jsdoc2md / dmd

The default output template for jsdoc2md
MIT License
39 stars 50 forks source link

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

Closed j-f1 closed 7 years ago

j-f1 commented 7 years ago

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 commented 7 years ago

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

j-f1 commented 7 years ago

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

75lb commented 7 years ago

released in dmd v3.0.4 - thanks 👍