mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
Fix superstar twemojis
This commit is contained in:
parent
69dc9a21ca
commit
f61b036830
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ export function transform(text: string): string {
|
||||||
.replace(/## ▷/g, '###')
|
.replace(/## ▷/g, '###')
|
||||||
.replace(/####/g, '###')
|
.replace(/####/g, '###')
|
||||||
// Replace emojis
|
// Replace emojis
|
||||||
|
.replace(/🌟/g, ':glowing-star:')
|
||||||
.replace(/⭐/g, ':star:')
|
.replace(/⭐/g, ':star:')
|
||||||
.replace(/🌐/g, ':globe-with-meridians:')
|
.replace(/🌐/g, ':globe-with-meridians:')
|
||||||
.replace(/↪/g, ':repeat-button:')
|
.replace(/↪/g, ':repeat-button:')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue