allow '{' and '}' in html urls
This commit is contained in:
parent
ec5c840f84
commit
40292454da
2 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,7 @@ var MDR = {
|
|||
} catch(e) {
|
||||
return this.md;
|
||||
}
|
||||
|
||||
if (sanitize) {
|
||||
// Causes some problems with inline styles
|
||||
html = html_sanitize(html, function(url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue