weavejester / codox

Clojure documentation tool
Eclipse Public License 1.0
667 stars 96 forks source link

Support for nested markdown lists #102

Open jhalterman opened 8 years ago

jhalterman commented 8 years ago

Nested markdown lists don't appear to be properly supported, instead rendering as single-level lists. Ex, this:

becomes this:

weavejester commented 8 years ago

This looks like a Pegdown bug. I'll look into it and open an issue downstream if that proves to be the case. It appears as if it works correctly if you use four-space indents rather than two, if you want a workaround.

jhalterman commented 8 years ago

Thanks for the workaround pointer.

weavejester commented 7 years ago

This has been raised as https://github.com/sirthias/pegdown/issues/245