A quick guide to markdown as served by App::revealup
David Farrell
PerlTricks.com
June 2014
# This is H1
## This is H2
### This is H3
#### This is H4
- Unordered
- lists are
- made with plus, minus or asterisk
+ Unordered
- lists are
* made with plus, minus or asterisk
- Ordered
- lists are
- made with numbers and a period
1. Ordered
2. lists are
3. made with numbers and a period
- Nest
- with
- whitespace
- with
* Nesting
* is
* easy
Blockquotes are like email
> Blockquotes are like email
Links are easy
[Links](http://perltricks.com) are easy
Images use a similar syntax as links
Images use a similar syntax as links
![alt text](http://bit.ly/1ekw7CV)
Code can be inlined
with `backticks`
```
Or put in a block
```
Code can be `inlined` with \`backticks\`
\`\`\`
Or put in a block
\`\`\`
You can emphasise with italics, bold or strikethrough
You can emphasise with *italics*, **bold** or ~~strikethrough~~
- Click App::revealup has minimal documentation, but it is new!
- Presentations are served using reveal.js
- This cheetsheet has more markdown examples