Browse Source

Fix typo

pull/419/head
Thomas Broadley 7 years ago
committed by GitHub
parent
commit
291f060f61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -118,7 +118,7 @@ var md = require('markdown-it')({
quotes: '“”‘’',
// Highlighter function. Should return escaped HTML,
// or '' if the source string is not changed and should be escaped externaly.
// or '' if the source string is not changed and should be escaped externally.
// If result starts with <pre... internal wrapper is skipped.
highlight: function (/*str, lang*/) { return ''; }
});

Loading…
Cancel
Save