[Kotlin/dokka] New comment by yole on pull request
#83: many markdown fixes
I've been looking at this some more, and I think that it would be much more valuable to have testdata on which the current formatter is producing incorrect results, rather than the changes to the formatter itself. I think that the LfPriority mechanism you've implemented is a little too complicated, and can be easier handled by separating MarkdownTextBuilder (which knows the current state of the output Markdown) from MarkdownFormatService. However, in the current state, where you broke all tests and didn't provide updated testdata, I have no way to ensure that such a refactoring would solve the problems that motivated you to make these changes.