0.1.0 • Published 8 years ago

dmd-kramdown-plugin v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

dmd-kramdown-plugin

This is a simple dmd plugin that fixes a few kramdown-specific formatting issues in dmd. The goal is to align dmd output with the syntax specification of kramdown.

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