Markdown support
Supported elements
Headings(Alternate headings aren’t supported.)
Bold(Use asterisks. Underscores aren’t supported.)
Ordered Lists(Nested lists aren’t supported.)
Unordered Lists(Nested lists aren’t supported.)
Code(To escape backticks (`) use backslash (\). Double backticks (``) aren’t supported.)
Fenced Code Blocks(Use triple backticks (```). Spaces/Tabs aren’t supported.)
Heading IDs(Automatically generated.)
Disabling Automatic URL Linking(You can also use backslash (\) before protocol to disable Automatic URL Linking)
Not supported elements
Abbreviation
Support for Additional Syntax Elements
Note, tip, important, warning, caution blockquotes:
Markdown
> [!NOTE] A note!
> [!TIP] A tip!
> [!IMPORTANT] Something important.
> [!WARNING] A warning!
> [!CAUTION] Caution!
Underline:
Markdown
__This text will be underlined.__
Subtext:
Markdown
-# This line will be made smaller and greyed out.
Embeds:
Markdown
{https://juststudio.is-a.dev/}
Escaping
To escape any element or character, use a backslash (\).To insert a backslash in your text, use two backslashes (\\).