Browse Source
Merge pull request #419 from tbroadley/tbroadley-patch-1
Fix typo
pull/429/head
Vitaly Puzrin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 ''; } |
|
|
|
}); |
|
|
|