Browse Source

lint fix

pull/124/head
Vitaly Puzrin 9 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
* we disable `javascript:`, `vbscript:`, `file:` schemas, and almost all `data:...` schemas
* except some embedded image types.
*
*
* You can change this behaviour:
*
* ```javascript

Loading…
Cancel
Save