docker icon indicating copy to clipboard operation
docker copied to clipboard

lists in jsdoc comments are nested

Open leviwheatcroft opened this issue 8 years ago • 0 comments

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'

leviwheatcroft avatar Jan 18 '16 04:01 leviwheatcroft