mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
New Tabletop / RPG Sections (#3691)
* Update (#39) - Multiple section changes (draft). - Moved all entries in their appropriate places. - Some misc changes. * Add platform * Fix placement * Update - Started organizing D&D sections. - Tidied up Regex Tools. - Temp deploy for main-2. - Some misc changes. * Update - More organization. - Tidied up Card Games. - Removed some duplicates. - Some misc changes. * Fix * Tidied Chess platforms section. * Update - New "RPG / TTRPG Builders" section. (draft) - Added redirects where needed. - Organized Tabletop Games main section + a few misc entries. * Update - Finished categorizing entries. - Undo Regex Tools update (will push this separately). * Fix * Update * Update - Finishing touches. * Update * Update
This commit is contained in:
parent
ffa59b8902
commit
65ed90b578
11 changed files with 146 additions and 122 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
|
||||
|
@ -231,7 +232,6 @@ export function transform(text: string): string {
|
|||
.replace(/## ▷/g, '###')
|
||||
.replace(/####/g, '###')
|
||||
// Replace emojis
|
||||
.replace(/🌟/g, ':glowing-star:')
|
||||
.replace(/⭐/g, ':star:')
|
||||
.replace(/🌐/g, ':globe-with-meridians:')
|
||||
.replace(/↪/g, ':repeat-button:')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue