diff options
Diffstat (limited to 'why-cmark-and-not-x.md')
-rw-r--r-- | why-cmark-and-not-x.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/why-cmark-and-not-x.md b/why-cmark-and-not-x.md index 34e013e..3fdb4e5 100644 --- a/why-cmark-and-not-x.md +++ b/why-cmark-and-not-x.md @@ -18,7 +18,8 @@ DOS attacks," but there are some chinks in the armor: ... 0m17.84s -`hoedown` has many parsing bugs. Here is a selection: +`hoedown` has many parsing bugs. Here is a selection (as of +v3.0.3): % hoedown - one @@ -69,6 +70,23 @@ DOS attacks," but there are some chinks in the armor: <p><a href="url" title="ti\*tle">foo</a></p> + % ./hoedown + - one + - two + - three + - four + ^D + <ul> + <li>one + + <ul> + <li>two</li> + <li>three</li> + <li>four</li> + </ul></li> + </ul> + + `discount` ---------- |