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

Move the <code> tags to the inside of the link #46

Merged
merged 2 commits into from
Apr 24, 2017
Merged

Conversation

j-f1
Copy link
Contributor

@j-f1 j-f1 commented Apr 23, 2017

This fixes an issue where Kramdown (GitHub Pages’ default Markdown processor) renders links as code:

<code>[Server](#Server)</code>

Instead of as links:

<code><a href="#Server">Server</a></code>

This fixes an issue where Kramdown (GitHub Pages’ default Markdown processor) renders links as code:

    <code>[Server](#Server)</code>

Instead of as links:

    <code><a href="#Server">Server</a></code>
@75lb
Copy link
Member

75lb commented Apr 23, 2017

hi, thanks for this. Could you show me an example of the issue please?

@j-f1
Copy link
Contributor Author

j-f1 commented Apr 23, 2017

It should occur when you put a type in a file rendered in GitHub Pages.

@75lb 75lb merged commit eef9c31 into jsdoc2md:master Apr 24, 2017
75lb added a commit that referenced this pull request Apr 24, 2017
@75lb
Copy link
Member

75lb commented Apr 24, 2017

released in dmd v3.0.4 - thanks 👍

@j-f1 j-f1 deleted the patch-1 branch April 24, 2017 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants