/** * Some documentation. **Bold** *underline* `code` foo: bar (baz) [quux] 'apos' * * [Kotlin](https://www.kotlinlang.org) * [a**b**__d__ kas ](https://www.ibm.com) * * [C] * * [See **this** class][C] * * This is _emphasized text_ but text_with_underscores has to preserve the underscores. * Single stars embedded in a word like Embedded*Star have to be preserved as well. * * Exclamation marks are also important! Also in `code blocks!` * * bt+ : ``prefix ` postfix`` * backslash: `\` */ fun testMethod() { } class C { } fun test() { testMethod(1, "value") } //INFO:
OnMethodUsageWithMarkdown.kt
public fun testMethod(): Unit

Some documentation. Bold underline code foo: bar (baz) quux 'apos'

//INFO:

Kotlin abd kas

//INFO:

C

//INFO:

See this class

//INFO:

This is emphasized text but text_with_underscores has to preserve the underscores. Single stars embedded in a word like Embedded*Star have to be preserved as well.

//INFO:

Exclamation marks are also important! Also in code blocks!

//INFO:

bt+ : prefix ` postfix backslash: \