1
0
mirror of synced 2026-05-22 18:33:15 +00:00

DEV: Don't strip numbers in headings

This commit is contained in:
Joe
2020-05-28 01:22:45 +08:00
committed by GitHub
parent 96964d690b
commit 217035ced2
+2 -2
View File
@@ -22,7 +22,7 @@
.trim()
.toLowerCase()
.replace(
/[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\d\s~!@#%&,;:=]/gi,
/[\{\}\[\]\\\/\<\>\(\)\|\+\?\*\^\'\`\'\"\.\_\$\s~!@#%&,;:=]/gi,
"-"
)
.replace(/\-\-+/g, "-")
@@ -386,4 +386,4 @@
}
});
}
</script>
</script>