+--------------------------------------------------+
|                  stx cheatsheet                  |
+---------------+----------------------------------+
| Headings      | ! Title                          |
|               | !! Title                         |
+---------------+----------------------------------+
| Paragraphs    | Separated by two newlines        |
+---------------+----------------------------------+
| Line breaks   | //                               |
+---------------+----------------------------------+
| Lists         | # Enumerated                     |
|               | - Itemized                       |
|               |   * They can be nested           |
|               | Term::                           |
|               |   Definition                     |
+---------------+----------------------------------+
| Inline markup | _normal emphasis_ (italic)       |
|               | *strong emphasis* (bold)         |
|               | ''monospaced text''              |
+---------------+----------------------------------+
| Links         | word[http://example.com]         |
|               | [long text][http://example.com]  |
|               | [long text][ref01]               |
|               | [ref01] http://example.com       |
+---------------+----------------------------------+