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

Without plugin the description semantic is div > {nodeText} instead of div > p > {nodeText} #1689

Open
A-312 opened this issue Sep 12, 2019 · 0 comments

Comments

@A-312
Copy link

A-312 commented Sep 12, 2019

Without plugin the description semantic is div > {nodeText} instead of div > p > {nodeText}. I make #1688 but with "plugins": [ "node_modules/jsdoc/plugins/markdown" ],, we get : div > p > p > {nodeText}, we should fix the semantic when plugin are not call.

Input code

https://github.com/A-312/example-docdash/blob/pure-jsdoc/bin/index.js
https://github.com/A-312/example-docdash/tree/pure-jsdoc

JSDoc configuration

{
  "opts": {
    "destination": "./.doc/",
    "package": "package.json"
  }
}

Expected behavior

Without plugin we should have : div > p > {nodeText}

Current behavior

Without plugin, we get : div > {nodeText}

without plugin (bad) : https://a-312.github.io/example-docdash/example-1/0.1.1/AppExpress.html
with plugin (good) : https://a-312.github.io/example-docdash/example-1/0.1.2/AppExpress.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant