[Kotlin/dokka] New comment by apatrida on commit `...
# dokka
u
[Kotlin/dokka] New comment by apatrida on commit
<https://github.com/Kotlin/dokka/pull/83#discussion_r69170860|bd28309>
Ah code fencing. It is because if you use backticks inside of code it can break the code block. You can create a code block alternatively using 4 white-space characters. So by using 4 zero space white space characters it ensures no matter what fencing is used, that backticks within the code block are ignored. It is basically escaping everything each code block line. It is a work around until the "add more back ticks per fence" method is supported by more markdown renderers.