mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 09:12:12 +10:00
Update
- Finishing touches.
This commit is contained in:
parent
95595122a7
commit
049130683e
9 changed files with 21 additions and 30 deletions
|
@ -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:')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue