Lloyd Brookes
Lloyd Brookes
Hi, whether you include a header row, and how it looks is up to you.. if you want the first row to include header titles, then pass it in with...
If we include a `showHeader` option, how do you think the header row should look? What should the header titles be? The input array property names or something customisable? Should...
Hi.. If you want a header like the one you described above, simply add the header row yourself to the top of the array you pass into `table-layout`.. I don't...
A fix for this has been implemented and will be in the next version of dmd & jsdoc2md.. All internal partials are now [cached](https://github.com/jsdoc2md/dmd/blob/master/partials/partial-cache.js) and imported as a module at...
I now remember why the `@example` tag was excluded from the class. What happens if you also include a constructor example, like this? ```js /** * @class Example * *...
Jsdoc2md has a convention: always write constructor docs (examples etc) in the documentation above the `constructor` statement, not the `class`. Try rewriting your docs like this: ```js /** * @class...
Sorry, I forgot to mention a description is required. There is a reason for this, possibly (sorry it was years ago when I wrote it) that the output markdown looks...
sorry, I haven't had chance to properly triage it yet.. It's possible the issue stems from the underlying jsdoc, which has seen some project activity recently - i need to...
Could you check whether this issue is resolved by [jsdoc2md v5.0.0](https://github.com/jsdoc2md/jsdoc-to-markdown/releases/tag/v5.0.0) please?