mirror of
https://github.com/wassname/template.git
synced 2026-08-08 11:28:20 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a671af957 |
Generated
+3
-3
@@ -3561,9 +3561,9 @@
|
||||
}
|
||||
},
|
||||
"nwmatcher": {
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.1.tgz",
|
||||
"integrity": "sha1-eumwew6oBNt+JfBctf5Al9TklJ8="
|
||||
"version": "1.4.4",
|
||||
"resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.4.tgz",
|
||||
"integrity": "sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ=="
|
||||
},
|
||||
"object-assign": {
|
||||
"version": "4.1.1",
|
||||
|
||||
@@ -18,8 +18,7 @@ function normalizeTag(string) {
|
||||
return string
|
||||
.replace(/[\t\n ]+/g, ' ')
|
||||
.replace(/{\\["^`.'acu~Hvs]( )?([a-zA-Z])}/g, (full, x, char) => char)
|
||||
.replace(/{\\([a-zA-Z])}/g, (full, char) => char)
|
||||
.replace(/[{}]/gi,''); // Replace curly braces forcing plaintext in latex.
|
||||
.replace(/{\\([a-zA-Z])}/g, (full, char) => char);
|
||||
}
|
||||
|
||||
export function parseBibtex(bibtex) {
|
||||
|
||||
Reference in New Issue
Block a user