Age | Commit message (Collapse) | Author |
|
|
|
|
|
https://github.com/Kotlin/dokka/issues/405
|
|
Fix #228
|
|
#167
#KT-18213 fixed
|
|
#KT-17924 fixed
|
|
|
|
|
|
|
|
|
|
|
|
backticks if text in code block contains backticks (KT-12998, KT-12999)
|
|
|
|
|
|
|
|
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
|
|
For example, in a link like [MY_VALUE], the link would only try to resolve the text "MY" until the first underscore.
Since the markdown parser parses the link label as [TEXT:MY, EMPH:_, TEXT:VALUE], using the first TEXT child node
is not sufficient.
|
|
|
|
stars like embedded*star were removed in the output.
|
|
|