You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Kotlin annotations in code blocks, breaks the parsing and messes up the output. We have to escape the leading @ in order for Dokka to produce the expected output. All other Markdown tools we use do not have this issue and rightfully show the back slash in their output when we escape the annotation.
Expected behaviour
Anything between triple back ticks is added to the documentation verbatim.
To Reproduce
Use the following snippet: (I'm using an image as I cannot escape triple back ticks here.)
Screenshots
The above produces this output:
Installation
Operating system: Linux
Build tool: Gradle v7.0
Dokka version: 1.4.32
The text was updated successfully, but these errors were encountered:
The behaviour for me is that markdown just completly breaks after an annotation and everything after it is missing from the generated output. Also, escaping it does not work anymore.
Using Kotlin annotations in code blocks, breaks the parsing and messes up the output. We have to escape the leading
@
in order for Dokka to produce the expected output. All other Markdown tools we use do not have this issue and rightfully show the back slash in their output when we escape the annotation.Expected behaviour
Anything between triple back ticks is added to the documentation verbatim.
To Reproduce
Use the following snippet: (I'm using an image as I cannot escape triple back ticks here.)
Screenshots
The above produces this output:
Installation
The text was updated successfully, but these errors were encountered: