Colton Idle
03/03/2021, 4:01 AMBut kdoc documentation currently links out to <https://daringfireball.net/projects/markdown/syntax#precode> which seems to say that you should just indent?
Which one is correct?
I just want to have something like this
```/**
* Sample usage
* ```kotlin
* blah.boop()
*
*/```
Is that correct? I thought I would maybe get some syntax highlight in the IDE, but nothing. Is having the kotlin keyword following the backticks not needed?ephemient
03/03/2021, 4:31 AMColton Idle
03/03/2021, 4:41 AMephemient
03/03/2021, 5:22 AM