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 | ![alt text](hhttp://i2.wp.com/mattypenny.net/wp-content/uploads/2015/01/imagep001-e1423056484537-175x300.jpg?zoom=1.5&resize=90%2C150 "Salisbury Cathedral") |
Footnotes | [^1].<br>[^1]: Here is the footnote. |
Escape | _ |
Blockquotes | > Blockquote |
Line | --- |
Html | Use html tags |