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

Incorrect HTML rendering in Markdown #188

Closed
jurgob opened this issue Sep 23, 2016 · 5 comments
Closed

Incorrect HTML rendering in Markdown #188

jurgob opened this issue Sep 23, 2016 · 5 comments
Labels

Comments

@jurgob
Copy link

jurgob commented Sep 23, 2016

I'm using jsdoc2md to include some md file in my styleguide docs, but I see some bad rendering (look the image)
screen shot 2016-09-23 at 11 02 29

@sapegin
Copy link
Member

sapegin commented Sep 23, 2016

Markdown source would help debug the issue.

@jurgob
Copy link
Author

jurgob commented Sep 23, 2016

## Modules

<dl>
<dt><a href="#module_actions/auth">actions/auth</a></dt>
<dd></dd>
<dt><a href="#module_actions/cron">actions/cron</a></dt>
<dd></dd>
</dl>

<a name="module_actions/auth"></a>

## actions/auth

* [actions/auth](#module_actions/auth)
    * [.addUser](#module_actions/auth.addUser)


<a name="module_actions/auth.addUser"></a>

### actions/auth.addUser
**Kind**: static constant of <code>[actions/auth](#module_actions/auth)</code>  

| Param | Type | Description |
| --- | --- | --- |
| userId | <code>string</code> | user it to add |

<a name="module_actions/auth.modifyUser"></a>

@sapegin sapegin added the bug label Sep 23, 2016
@jurgob
Copy link
Author

jurgob commented Sep 23, 2016

here you have a subset of it

@sapegin
Copy link
Member

sapegin commented Sep 23, 2016

Thanks! Looks like some problems with HTML handling.

@sapegin sapegin changed the title bad rendeer over jsdoc2md / dmd render Incorrect HTML rendering in Markdown Sep 24, 2016
@sapegin
Copy link
Member

sapegin commented Oct 6, 2016

Should be fixed in 4.0.0.

@sapegin sapegin closed this as completed Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants