remove escape characters in markdown reference (#4716)

master
Preetham Viswanathan 2019-06-17 10:25:46 -04:00 committed by Zaahir Moolla
parent dd6d184da7
commit 5521881a99
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
}, },
{ {
"key": "\\[Use numbers for reference-style link definitions\\]\\[1\\]", "key": "\\[Use numbers for reference-style link definitions\\]\\[1\\]",
"val": "Links with a reference number. The number needs to be defined as \\[1\\]: http://slashdot.org" "val": "Links with a reference number. The number needs to be defined as [1]: http://slashdot.org"
} }
], ],
"Images": [ "Images": [
@ -114,7 +114,7 @@
}, },
{ {
"key": "\\[alt text\\]\\[logo\\]", "key": "\\[alt text\\]\\[logo\\]",
"val": "The reference style. Reference need to be declared as \\[logo\\]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo Title Text 2\"" "val": "The reference style. Reference need to be declared as [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png \"Logo Title Text 2\""
} }
], ],
"Code and Syntax Highlighting": [ "Code and Syntax Highlighting": [