Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dmd-kramdown-plugin

cjsauer150.1.0

Fixes some kramdown formatting issues in jsdoc2md

dmd, kramdown

readme

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