+--------------------------------------------------+
|                setext cheatsheet                 |
+---------------+----------------------------------+
| Headings      | Title                            |
|               | =====                            |
|               | Subhead                          |
|               | -------                          |
+---------------+----------------------------------+
| Paragraphs    |   66-chars long, indented by 2   |
|               |   spaces, and separated by two   |
|               |   newlines.                      |
+---------------+----------------------------------+
| Lists         | * Items start with a single `*`  |
|               |   followed by a space, and can   |
|               |   be wrapped                     |
|               | * Lists can't be nested          |
+---------------+----------------------------------+
| Inline markup | **bold text**                    |
|               | ~italic~ (single word only)      |
|               | _underlined_text_                |
|               | `literal text` (monospaced)      |
+---------------+----------------------------------+
| Links         |   hot_word_                      |
|               | ^.. _hot_word http://example.com |
+---------------+----------------------------------+