Files
kotlin-fork/j2k/testData/fileOrElement/docComments/htmlInDocComment.kt
T
2015-09-18 15:44:18 +03:00

16 lines
322 B
Kotlin
Vendored

/**
* We support the following HTML styles: **bold**, *italic*, ~~strikethrough~~, `code`
*
* Paragraph tags also work.
* HTML entities (need to remain as is in Markdown): & < > "
* Made by [JetBrains](http://www.jetbrains.com)
*
* * Kotlin
* * Java
*
*
* 1. First
* 1. Second
*
*/
class C