Browse Source

Fixed options in cli script

pull/25/head
Vitaly Puzrin 10 years ago
parent
commit
66948b893e
  1. 2
      bin/markdown-it.js

2
bin/markdown-it.js

@ -60,7 +60,7 @@ readFile(options.file, 'utf8', function (err, input) {
process.exit(1); process.exit(1);
} }
md = require('..')('full', { md = require('..')({
html: true, html: true,
xhtmlOut: true, xhtmlOut: true,
typographer: true, typographer: true,

Loading…
Cancel
Save