"Style Markup": Snowman (v1.3.0)
Summary
Snowman uses a sub-set of markdown to support style formatting. However, code highlighting and many other advanced functionalities are not available.
Live Example
Twee Code
:: StoryTitle
Style Markup in Snowman
:: Start
*Emphasis* or _Emphasis_.
**Strong emphasis** or __Strong emphasis__.
~~Strikethrough~~
1. First ordered list item
2. Another item
# H1
## H2
### H3
#### H4
##### H5
###### H6
Escaped code line.
Another line of code.
| 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.
Download: Twee Code