dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Email links are not parsed due to Markdown syntax.

Open dniHze opened this issue 7 years ago • 0 comments

When you try link someone's email address in next style:

/**
 * @author Jane Doe <[email protected]>
 */

dokka generates next HTML code:

<p><strong>Author</strong><br/>
Jane Doe &lt;&gt;</p>

This is kinda bug as Markdown used to handle links and email addresses in such way.

dniHze avatar Jun 27 '17 17:06 dniHze