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
async
andawait
- 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
@param
list formats - table and list.@property
list formats - table and list.- Member index formats
- Module index formats
- Global index formats
- Output standard markdown (rather than Github-flavoured)
- Initial heading depth
- Default
@example
language
Customising output
--template
example: create a project README.md--partial
example: tweak the output with a custom partial--helper
example: 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!