Feels like I'm missing something but I can't gener...
# dokka
m
Feels like I'm missing something but I can't generate a code block in GFM ? The triple backquotes get stripped no matter what:
Copy code
/**
 * A class that can demo [Dokka](<https://kotlin.github.io/dokka/>)
 *
 * Example usage:
 *
 *
* val demo = DokkaDemo() *
Copy code
*/
class DokkaDemo()
same 2
m
Yes, new Dokka does not render code blocks and spans in GFM format, there were two PRs to fix that: https://github.com/Kotlin/dokka/pull/1967 and https://github.com/Kotlin/dokka/pull/1605 Not merged yet.
👍🏼 1
👍 1
m
👍 Thanks!