Skip to content

Commit

Permalink
Merge pull request #476 from ryan-copperleaf/patch-1
Browse files Browse the repository at this point in the history
Make --no-html have an effect in CLI
  • Loading branch information
Vitaly Puzrin committed Jul 17, 2018
2 parents 1ad3aec + cf835e0 commit d971753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/markdown-it.js
Expand Up @@ -86,7 +86,7 @@ readFile(options.file, 'utf8', function (err, input) {
}

md = require('..')({
html: !options['no-html'],
html: !options.no_html,
xhtmlOut: false,
typographer: options.typographer,
linkify: options.linkify
Expand Down

0 comments on commit d971753

Please sign in to comment.