Snowman mark up - jackdarker/TwineTest GitHub Wiki

Snowman supports this style-markup in passage text:
*Emphasis* or _Emphasis_.
**Strong emphasis** or __Strong emphasis__.
~~Strikethrough~~

`1. First ordered list item`  
`2. Another item`  

`# H1`  
`## H2`  
`### H3`  
`#### H4`  
`##### H5`  
`###### H6`  

`| Tables        | Are             | Cool          |`  
`| ------------- |:-------------:| -------------:|`  
`| col 3          | is                | right-aligned |`  
`| col 2          | is                | centered        |`  
`| col 1          | is                | left-aligned   |`  

`> Blockquotes are useful.`  
`> This line is part of the same quote.`  

To add a comment in passage:
in html-code use html-comment: '<!-- Your comment -->'
in script/template methods use javascript comment: '// your comment'