Home - jsdoc2md/jsdoc-to-markdown GitHub Wiki
Tutorials
Fundamentals
- Some real world examples
- Document a CommonJS module
- Document an ES2015 module
- Document an AMD module
- Document ES2017 features like
asyncandawait - Document TypeScript
- Listing namepaths
- Documenting .mjs, .jsx or files with any other extension
Tag Conventions
- Give your module, class or namespace a @typicalname.
- Promises (@fulfil and @reject)
- Todo lists (@todo and @done)
- Linking to external resources (using @external and @see)
- @chainable
- Custom tags
Format options
@paramlist formats - table and list.@propertylist formats - table and list.- Member index formats
- Module index formats
- Global index formats
- Output standard markdown (rather than Github-flavoured)
- Initial heading depth
- Default
@examplelanguage
Customising output
--templateexample: create a project README.md--partialexample: tweak the output with a custom partial--helperexample: register custom helpers for use in your template- Cherry-picking which documentation appears in output
- Create a plugin
- Existing plugin list
Task runners
Scripting
Internals
Troubleshooting
First, check the troubleshooting page. If still have questions, post your question in an issue or the jsdoc2md chat room, i'll get back to you as soon as I can!