jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

lists in jsdoc comments are nested #94

Open leviwheatcroft opened 8 years ago

leviwheatcroft commented 8 years ago

If you have a list like this:

/**
 * ## some function
 * 
 * * foo
 * * bar
 * * baz
 */

then in the rendered output bar & baz will be in a single ul, which is nested inside the li containing 'foo'