Browse Source

Remove missing preset

pull/239/head
Kolya Ay 8 years ago
parent
commit
061f673f0f
  1. 2
      README.md

2
README.md

@ -228,7 +228,7 @@ var md = require('markdown-it')()
.enable('image');
// Enable everything
md = require('markdown-it')('full', {
md = require('markdown-it')({
html: true,
linkify: true,
typographer: true,

Loading…
Cancel
Save