- Started organizing D&D sections.
- Tidied up Regex Tools.
- Temp deploy for main-2.
- Some misc changes.
This commit is contained in:
Hugo 2025-06-13 16:33:59 +01:00
parent 031362700c
commit 46e2345130
9 changed files with 41 additions and 44 deletions

View file

@ -220,6 +220,7 @@ export function transform(text: string): string {
.replace(/.25BA_/g, '')
.replace(/.25B7_/g, '')
.replace(/_.2F_/g, '-')
.replace(/_?.26amp.3B_?/g, '-')
_text = replaceUnderscore(_text)
.replace(/\/#(\d)/g, '/#_$1') // Prefix headings starting with numbers