Skip to content

Repository files navigation

view on npmnpm module downloadsGihub repo dependentsGihub package dependentsNode.js CIjs-standard-style

dmd

dmd (document with markdown) is the default output template for jsdoc-to-markdown. It contains handlebars partials and helpers intended to transform jsdoc-parse output into markdown API documentation.

For more documentation see the jsdoc2md wiki.

Synopsis

To give the most basic example, this input data:

consttemplateData=[{id: "fatUse",name: "fatUse",kind: "member",description: "I am a global variable",scope: "global"}]

run through this command:

constdmd=require('dmd')dmd(templateData)

produces this markdown output:

<a name="fatUse"></a>
## fatUse
I am a global variable
**Kind**: global variable

© 2014-24 Lloyd Brookes <75pound@gmail.com>.

Tested by test-runner. Documented by jsdoc-to-markdown.

About

The default output template for jsdoc2md

Resources

Code of conduct

Contributing

Stars

39 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages