UNPKG

markdown-html-fixed

Version:

Command line tool for markdown to html conversion.

3 lines 113 B
module.exports = function (optimist) { return require('./version-string.js')() + '\n\n' + optimist.help(); };