+
+
+
Basic
+
+ | Element | Syntax | Result |
+
+ | Bold | **bold** | bold |
+ | Italic | *italic* | italic |
+ | Strikethrough | ~~text~~ | text |
+ | Highlight | ==text== | text |
+ | Subscript | H~2~O | H2O |
+ | Superscript | X^2^ | X2 |
+ | Inline code | `code` | code |
+ | Link | [title](https://url) | title |
+ | Image |  | renders image |
+
+
+
+
Headings
+
# H1
+## H2
+### H3 (supports {#anchor-id})
+
+
Lists
+
- Unordered item
+- Another item
+
+1. Ordered item
+2. Another item
+
+- [x] Done task
+- [ ] Todo task
+
+
Blocks
+
> Blockquote text
+
+--- (horizontal rule)
+
+```
+code block
+```
+
+
Table
+
| Header | Header |
+|--------|--------|
+| Cell | Cell |
+
+
Footnotes
+
Sentence with a note.[^1]
+
+[^1]: Footnote text here.
+
+
Emoji
+
Use :name: — e.g. :thumbsup: 👍 :bug: 🐛 :rocket: 🚀 :warning: ⚠️ :fire: 🔥 :heart: ❤️ :check: ✅ :x: ❌ :eyes: 👀
+
+
Ticket References
+
#123456789 — links directly to a ticket by ID.
+
+
+