mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03:00
commit
83ef557c88
@ -85,7 +85,6 @@ function replaceEndFootnotes(text) {
|
|||||||
return '{gfm-js-extract-pre-' + hash + '}';
|
return '{gfm-js-extract-pre-' + hash + '}';
|
||||||
}, 'm');
|
}, 'm');
|
||||||
|
|
||||||
console.log(text);
|
|
||||||
text = replaceInlineFootnotes(text);
|
text = replaceInlineFootnotes(text);
|
||||||
text = replaceEndFootnotes(text);
|
text = replaceEndFootnotes(text);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user