user
01/27/2017, 12:36 AM•
• This is a test
• of Dokka's code blocks
• and how they
• turn into HTML
• ```
The resulting Javadoc HTML looks like this:
```<code><pre>This is a test of Dokka's code blocksand how they turn into HTML</pre></code>
The pre
ends up being useless because the newlines are stripped from the output. The expected/desired output is more like:
<code><pre>This is a test
of Dokka's code blocks
and how they
turn into HTML</pre></code>