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'