- Finishing touches.
This commit is contained in:
Hugo 2025-06-24 20:51:27 +01:00
parent 95595122a7
commit 049130683e
9 changed files with 21 additions and 30 deletions

View file

@ -232,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:')