Files
kotlin-fork/nj2k/testData/newJ2k/docComments/htmlInDocComment.kt
T
2019-04-03 11:24:19 +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