In the old dokka (0.10.0) you were able to refer t...
# dokka
r
In the old dokka (0.10.0) you were able to refer to other packages in the package-description.md via normal markdown links. How can you do this in the new version?
c
I'm not sure how to refer to packages, but you can refer to any class/symbol using
[ClassName][fully.qualified.ClassName]
r
ok, that's already good to know, thanks