Documented another strange hoedown behavior.

This commit is contained in:
John MacFarlane 2015-12-13 08:20:42 -08:00
parent 5af77f3c1d
commit a452b60921

View File

@ -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`
----------