Skip to content

Commit a452b60

Browse files
committed
Documented another strange hoedown behavior.
1 parent 5af77f3 commit a452b60

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

why-cmark-and-not-x.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ DOS attacks," but there are some chinks in the armor:
1818
...
1919
0m17.84s
2020

21-
`hoedown` has many parsing bugs. Here is a selection:
21+
`hoedown` has many parsing bugs. Here is a selection (as of
22+
v3.0.3):
2223

2324
% hoedown
2425
- one
@@ -69,6 +70,23 @@ DOS attacks," but there are some chinks in the armor:
6970
<p><a href="url" title="ti\*tle">foo</a></p>
7071

7172

73+
% ./hoedown
74+
- one
75+
- two
76+
- three
77+
- four
78+
^D
79+
<ul>
80+
<li>one
81+
82+
<ul>
83+
<li>two</li>
84+
<li>three</li>
85+
<li>four</li>
86+
</ul></li>
87+
</ul>
88+
89+
7290
`discount`
7391
----------
7492

0 commit comments

Comments
 (0)