I'm using dokka 1.4 and the indentation inside cod...
# dokka
f
I'm using dokka 1.4 and the indentation inside code blocks created with triple-back-tick is not being respected, i.e., all the code starts at column 1 on the output. Also, a code block is not being used if I use a
<pre>
element, which I believe is accepted when using markdown. Are these known issues? Is there something I could do to solve them?