Line break, new line in KDoc
The KDoc format uses Markdown syntax instead of HTML, and basic Markdown does not provide a way to break the line without starting a new paragraph. I’m not sure why the Kotlin IntellIJ plugin does not support <br/> or the double space hack. If starting a new paragraph is OK, just skip an empty line: … Read more