-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
Pegdown 1.6.0 has problems rendering nested lists. This issue also occurs in 1.5.0, 1.4.0 and 1.3.0, so it appears to be a long-standing issue.
* foo
* bar<ul>
<li>foo</li>
<li>bar</li>
</ul>Similarly:
* foo
bar<ul>
<li>foo</li>
</ul>
<p>bar</p>However, if I double the indentation, it works:
* foo
* bar<ul>
<li>foo
<ul>
<li>bar</li>
</ul>
</li>
</ul>Looking at the code, it seems like Pegdown treats indentation as either a tab or four spaces, but for lists any whitespace should be treated as indentation.
jhalterman, Jazzepi and raymond-w-ko
Metadata
Metadata
Assignees
Labels
No labels