|
|
@ -281,14 +281,14 @@ function MarkdownIt(presetName, options) { |
|
|
|
* |
|
|
|
* Function used to encode link url to a machine-readable format, |
|
|
|
* which includes url-encoding, punycode, etc. |
|
|
|
*/ |
|
|
|
**/ |
|
|
|
this.normalizeLink = normalizeLink; |
|
|
|
|
|
|
|
/** |
|
|
|
* MarkdownIt#normalizeLinkText(url) -> String |
|
|
|
* |
|
|
|
* Function used to decode link url to a human-readable format` |
|
|
|
*/ |
|
|
|
**/ |
|
|
|
this.normalizeLinkText = normalizeLinkText; |
|
|
|
|
|
|
|
|
|
|
|