UNPKG

dmd-kramdown-plugin

Version:

Fixes some kramdown formatting issues in jsdoc2md

18 lines (12 loc) 512 B
# dmd-kramdown-plugin This is a simple dmd plugin that fixes a few kramdown-specific formatting issues in [dmd](https://github.com/jsdoc2md/dmd). The goal is to align dmd output with the [syntax specification of kramdown](http://kramdown.gettalong.org/syntax.html). To use this plugin in your project, first install it as a devDependency: ``` $ npm install dmd-kramdown-plugin --save-dev ``` Then pass the plug-in name to `jsdoc2md` or `dmd`: ``` $ jsdoc2md --plugin dmd-kramdown-plugin mySrcFiles/*.js ```