Markdown syntax
Sheetbend's plain-text editor uses basic Markdown syntax. Here's a quick reference:
| Element | Syntax |
|---|---|
| Heading 1 | # Heading text |
| Heading 2 | ## Heading text |
| Heading 3 | ### Heading text |
| Italic | *italic text* |
| Bold | **bold text** |
| Unordered list | - list item |
| Numbered list | 1. list item |
| Blockquote | > quoted text |
| Inline code | `code text` |
| Link | [link text](URL) |
| Horizontal rule | --- |
Note: Topic titles are already rendered as level 1 headings, so you may want to avoid using
#headings within individual topics.