[Kotlin/dokka] New comment by apatrida on pull request
#83: many markdown fixes
This is somewhat hacky, because the generator API needs to be redone to do this better.
I might take a look at that in the future. I think it might be best to generate more of a MarkDown ContentNode tree for everything, then use the normal rendering of that as HTML for that output, and for markdown render it from the tree. Currently it is a mix of tree visiting and ad hoc writes to the output.