[Kotlin/dokka] New comment by apatrida on pull request
#83: many markdown fixes
In general most of the changes work together, the rendering model is really hard for markdown. It was built for HTML then tried to adapt to Markdown. Would be better to build a complete tree using the Markdown AST no matter what renderer you are using, then render from there. In the HTML case the default markdown-to-html rendering could be used instead of a custom renderer.