mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 01:02:14 +10:00
Update
- Started organizing D&D sections. - Tidied up Regex Tools. - Temp deploy for main-2. - Some misc changes.
This commit is contained in:
parent
031362700c
commit
46e2345130
9 changed files with 41 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue