Update Core.js
This commit is contained in:
parent
796bc0d450
commit
b2747c0970
1 changed files with 1 additions and 1 deletions
2
Core.js
2
Core.js
|
|
@ -286,7 +286,7 @@ class SimonUp {
|
||||||
html = html.replace(/\^(\d+)\[([^\]]+)\]\^/g, '<sup class="footnote-manual" title="$2">[$1]</sup>');
|
html = html.replace(/\^(\d+)\[([^\]]+)\]\^/g, '<sup class="footnote-manual" title="$2">[$1]</sup>');
|
||||||
|
|
||||||
// 7. ESCAPE ZURÜCKWANDELN
|
// 7. ESCAPE ZURÜCKWANDELN
|
||||||
html = html.replace(//g, (match, code) => String.fromCharCode(parseInt(code)));
|
html = html.replace(/``/g, (match, code) => String.fromCharCode(parseInt(code)));
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue