diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-13 08:20:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-13 08:20:42 -0800 |
commit | a452b609212ec4d08832badfbdf6c3ff6fd6a7c6 (patch) | |
tree | 05c096b0fab4fc07bc82653394a852255f795f0b /why-cmark-and-not-x.md | |
parent | 5af77f3c1d7f34f252a897094936ac4d162adf4b (diff) |
Documented another strange hoedown behavior.
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` ---------- |