Skip to content

Commit

Permalink
Documented another strange hoedown behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 13, 2015
1 parent 5af77f3 commit a452b60
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion why-cmark-and-not-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
----------

Expand Down

0 comments on commit a452b60

Please sign in to comment.