Text Formatting
**bold**Bold
*italic*Italic
__underline__Underline
~~strikethrough~~Strikethrough
`inline code`Inline code
X^2^Superscript
H~2~OSubscript
Headings
# HeadingHeading 1
## HeadingHeading 2
### through ######Heading 3–6
Links, Images & Media
<<label::url>>Link
<<alt::file.jpg>>Image (inferred)
<<alt::url::image>>Image (explicit)
<<label::url::video>>Video
<<label::url::audio>>Audio
Lists & Tasks
- itemBullet list
1. itemNumbered list
  - nestedIndent to nest
- [ ] taskUnchecked task
- [x] taskCompleted task
Directives
<<page-break>>Page break
<<name::anchor>>Named anchor
<<text::note>>Note callout
<<text::warning>>Warning callout
<<text::tip>>Tip / Caution / Important
Endnotes
<<^1>>Endnote reference
<<endnote^1>>textEndnote definition
Block Sections
{{Table}}Table block
{{Table::style::Caption}}Styled table with caption
{{Table::layout}}Borderless layout table
{{Table::striped}}Alternating row shading
| H1 | H2 |Table row
{{/table}}End table
{{Collapse}}Collapsible section
:: hidden contentFold body line
{{/collapse}}End collapse
Editorial Markup
{--deleted--}Deletion
{++inserted++}Insertion
{==highlighted==}Highlight
Alignment
-=> text <=-Center line
==> text <==Right-align line
{{Align::center}}Center block
{{Align::right}}Right-align block
{{/align}}End align
Other
> quoteBlockquote
---Horizontal rule
```langCode block
// commentLine comment
/* comment */Block comment
<!-- comment -->HTML comment
RichMarkdown vs Standard MD
Enter = new paragraph (always)
__text__ = underline, not bold
<<label::url>> not [label](url)
No separator row in tables
Standard MD auto-converts on WYSIWYG switch
Ready Ln 1, Col 1 0 words, 0 chars
Ctrl+Shift+F to exit Zen mode