fix mistake in regexp

main
Lee Hanken 2022-02-03 18:46:12 +00:00
parent 46c6bb4e6a
commit cf76f0e0d8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = {
/\*\*\[\^\]\(#cite_ref[^\)]+\)\*\*/g,
/(?:\\\[)?\[edit\]\([^\s]+\s+"[^"]+"\)(?:\\\])?/ig,
/\^\s\[Jump up to[^\)]*\)/ig,
/\[[^]*\]\(#cite_ref[^\)]+\)/g
/\[[^\]]*\]\(#cite_ref[^\)]+\)/g
]
},
{