Help / HelpEnQuickReference
Complete syntax
For beautifiers we have bold and italic.
There is also underline, strike
and monospaced.
- **bold** : bold
- //italic// : italic
- __underline__ : underline
-  --strike--       :  strike
- = heading = (at different levels == heading 2 ==, === heading 3 === etc)
- - list
- + numbered list
- ``code``
- % comment (after % won't be interpreted)
-  [http://www.website.org/image.jpg]  :   
- [link to an external site http://www.site.com] : link to an external site
-  | tableau | cell 2 | cell 3 |  :  will work in condition there is an even number of |
| table | cell 2 | cell 3 | 
| table | cell 2 | cell 3 | 
| table | cell 2 | cell 3 | cell 4 | 
| table | cell 2 | cell 3 | cell 4 | 
- Visit txt2tags' website to learn more about the syntax, or use the buttons for quick formatting.
