Browse Source

lint fix

pull/124/head
Vitaly Puzrin 10 years ago
parent
commit
2bc103844c
  1. 2
      lib/index.js

2
lib/index.js

@ -275,7 +275,7 @@ function MarkdownIt(presetName, options) {
* Link validation function. CommonMark allows too much in links. By default * Link validation function. CommonMark allows too much in links. By default
* we disable `javascript:`, `vbscript:`, `file:` schemas, and almost all `data:...` schemas * we disable `javascript:`, `vbscript:`, `file:` schemas, and almost all `data:...` schemas
* except some embedded image types. * except some embedded image types.
* *
* You can change this behaviour: * You can change this behaviour:
* *
* ```javascript * ```javascript

Loading…
Cancel
Save