|
@ -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
|
|
|