Slight fix

This commit is contained in:
ポール ウェッブ 2018-07-25 17:15:28 -05:00
parent 6d583298bc
commit d6c7202f31

View file

@ -58,7 +58,7 @@ function superscript(state, silent) {
token.markup = "^";
if (content.match(regexForIds)) {
const theLink = supText.match(regexForIds)[0].replace("(", "").replace(")", "");
const theLink = supText.match(regexForIds)[0].replace("(#", "").replace(")", "");
token.attrPush([ "id", theLink ]);
}