MarkdownEdit
References
- Original definition: http://daringfireball.net/projects/markdown/
 
- Wikipedia: https://en.wikipedia.org/wiki/Markdown
 
- Standardization: https://spec.commonmark.org/
 
Examples
- Bulleted.
 
- Lists.
 
- Numbered.
 
- Lists.
 
- Bulleted.
 - Lists.
 
- Numbered.
 - Lists.
 
Strikethrough (requires double ~~ on each side, as I constantly forget, having been brainwashed by Slack…)
Text with footnotes[1].
Block quotes.
GitHub flavored markdown
Alerts
"Note"/"Warning" (etc) (announcement, changelog, documentation):
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
Well, one footnote. ↩︎