Closed FezVrasta closed 8 years ago
i just generated the output and don't see the issue.. what exactly was not parsed?
Compare your output with the one generated by the default template of jsdoc.
with the default template, the table will include sub-tables to describe the [popper.content]
, with your output instead you will get a single table.
nested tables possible are not possible with markdown.. try using --param-list-format list
, i think it produces cleaner output in your case.
Thanks, I've already resolved writing a JSON exporter I then used to generate the jekyll page.
I have a jsdoc comment like this:
The problem is with
[popper.content]
[popper.something]
. With the original JSDoc generator I get a nested table. With jsdoc2md it's not parsed at all.