Plugin for jsdoc2md to produce markdown suitable for bitbucket.
In the project requiring this plug-in, install it as a devDependency:
$ npm install dmd-bitbucket --save-dev
Then pass the plug-in name to jsdoc2md
or dmd
when generating your docs:
$ jsdoc2md --plugin dmd-bitbucket --files lib/*.js
© 2015-24 Lloyd Brookes [email protected].