App-Dapper
view release on metacpan or search on metacpan
```
Alternative H1
==============
Alternative H2
--------------
```
## Text
Text elements may be formatted as well. Here are some examples of bold,
italics, code, links, and blockquotes:
Markdown | Result
----------------------------------------|----------------------------------
This is a normal paragraph. | This is a normal paragraph.
This text is `**bold**.` | This text is **bold**.
This text is also `__bold__.` | This text is also **bold**.
This text is `*italicized*.` | This text is *italicized*.
This text is also `_italicized_.` | This text is also _italicized_.
`` `This is some code.` `` | `This is some code.`
Link to `[Mark Benson Portfolio](http://markbenson.io).` | Link to [Mark Benson Portfolio](http://markbenson.io/).
Link to `[Mark Benson Portfolio][ln1].` | Link to [Mark Benson][ln1].
Link to `<http://markbenson.io>.` | Link to http://markbenson.io.
`> This is the first level of quoting.` | The first level of quoting.
`>> This is a nested blockquote.` | A nested blockquote.
`[ln1]: http://markbenson.io "Mark Benson Portfolio"`
( run in 0.384 second using v1.01-cache-2.11-cpan-5dc5da66d9d )