Lloyd Brookes
Lloyd Brookes
how does it look when rendered using jsdoc directly?
jsdoc2md outputs Github-flavoured markdown.. does the linter above support GFM?
hi! In that case, try rendering your docs using `--no-gfm`. This mode avoids using github-flavoured markdown, using html in most cases. This prevents table layout being broken.
`|` is used in all cases where a `|` is generated by the tool, however i don't believe jsdoc2md looks for (and replaces) `|` characters in user-generated descriptions.. I will...
I'm not yet sure what is causing the stack issue (i haven't traced it) but [as is stressed in the wiki](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki/How-to-document-an-ES2015-module-(multiple-named-exports)), an ESM module must include a `@module` declaration at...
Hi, apologies for the lack of docs on this subject.. in dmd, there is a helper called [`optionSet`](https://github.com/jsdoc2md/dmd/blob/master/helpers/ddata.js#L719). In your plugin partials you can use the helper to force a...
> I still feel like a setting passed in through the cli should win It should, and usually does. I think what you need is a means for plugin authors...
You'd need to customise the output - did you check [the wiki](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki#customising-output)?
To help me reproduce the issue, please post the input source code you are documenting.. Also, try running these commands to inspect the data generated by jsdoc: ``` $ jsdoc2md...
i don't think this tag gets much usage in jsdoc2md as the information it contains has no impact on a module's API (which is what the tool is intended to...