onury/docma

HTML comments in markdown are rendered as plaintext

wvffle opened this issue · 0 comments

well, to express it simply, i can see HTML comments in a rendered markdown file as a plaintext. Here is a screenshot:
doc screenshot
Here is my config:

{
  "src": [
    "./src/**.js",
    "./lib/**.js",
    "./index.js",
    "./README.md"
  ],
  "dest": "docs",
  "jsdoc": {
    "package": true,
    "undocumented": true,
    "sort": "kind"
  }
}