I am trying to reference code from my <module desc...
# dokka
l
I am trying to reference code from my module description. As there is no support for element linking, which would be ideal, I am trying to use normal relative markdown links. Unfortunately, the links are not correctly generated. Is that a bug or am I missing something?
E.g. I am trying this in my .md file:
Copy code
[MyClass](./-my-class)
I would expect something similar to this to be generated:
Copy code
<a href="./-my-class">MyClass</a>
But just get
Copy code
<p class="paragraph">./-my-class</p>