markly 0.3.0

Native Rust library for parsing Markdown and (outputting HTML)
Documentation
1
2
3
4
5
6
7
8
9
<p>Tricky combinaisons:</p>

<p>backslash with \-- two dashes</p>

<p>backslash with \> greater than</p>

<p>\[test](not a link)</p>

<p>\*no emphasis*</p>