Does KDoc have any syntax support for providing URL links?
b
Does KDoc have any syntax support for providing URL links?
c
A quick google search suggests that it supports inline markup, and markup supports URL links.
k
Markdown?
a
It would be something like
[myText](http...)
. I haven't tried this, but that's what a markup URL looks like.
k
*markdown
๐Ÿ™ˆ 3
a
english is hard
b
I ended up doing
Copy code
@link [look at this](https://.../)
k
For inline markup, KDoc uses the regular Markdown syntax
Both right-ish simple smile
๐Ÿ˜ž 1
Is the
@link
part really needed?
b
No, but itโ€™s common among many other doc variants, so I used it while I posted the question on here lol