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:
Hugo 2025-06-28 13:38:43 +01:00 committed by GitHub
parent ffa59b8902
commit 65ed90b578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 146 additions and 122 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
@ -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:')