Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email links are not parsed due to Markdown syntax. #179

Open
dniHze opened this issue Jun 27, 2017 · 1 comment
Open

Email links are not parsed due to Markdown syntax. #179

dniHze opened this issue Jun 27, 2017 · 1 comment
Labels
bug kdoc-spec An issue that requires clarification from the KDoc spec's perspective

Comments

@dniHze
Copy link

dniHze commented Jun 27, 2017

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.

@semoro semoro self-assigned this Jun 27, 2017
@semoro semoro added the bug label Jun 27, 2017
@kamildoleglo kamildoleglo added this to the 0.10.1 milestone Oct 3, 2019
@Kordyjan Kordyjan modified the milestones: 0.11.0, Stable Aug 31, 2020
@yalishevant yalishevant modified the milestones: Backlog Stable, Stable Apr 5, 2022
@IgnatBeresnev IgnatBeresnev added the kdoc-spec An issue that requires clarification from the KDoc spec's perspective label Apr 27, 2022
@yalishevant yalishevant modified the milestones: Stable, Backlog Nov 7, 2022
@IgnatBeresnev
Copy link
Member

Dokka 1.8.10 generates the following HTML for the provided input:

2023-03-14_02-55-51

@IgnatBeresnev IgnatBeresnev removed this from the Backlog milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kdoc-spec An issue that requires clarification from the KDoc spec's perspective
Projects
None yet
Development

No branches or pull requests

6 participants