penflip markdown cheatsheet
This is extracted from Adam Pritchard’s Markdown Cheatsheet.
It’s what I would see as the useful bits….but of course my useful bits won’t be the same as your useful bits!
| Feature | Code |
|---|---|
| Heading | # |
| Bold | __bold__ |
| Italics | _italics_ |
| Strikout | ~~italics~~ |
| Numbered list | 1. First |
| Numbered list | __1. First second level with space not underscores |
| Numbered list | 2. Second |
| Numbered list | __Indent under list with space not underscores |
| Link | [Link](https://mattypenny.net) |
| Image |  |
| Footnotes | [^1].<br>[^1]: Here is the footnote. |
| Escape | _ |
| Blockquotes | > Blockquote |
| Line | --- |
| Html | Use html tags |