dfssfd
This commit is contained in:
parent
fb8c66cdea
commit
83f007f734
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ function markdown() {
|
|||
}
|
||||
}
|
||||
|
||||
var emojis = Array.from(input.matchAll(/!(.{1,30}?)!/gi))
|
||||
emojis = Array.from(input.matchAll(/!(.{1,30}?)!/gi))
|
||||
if(emojis != null){
|
||||
for(i = 0; i < emojis.length; i++){
|
||||
input = input.replace(emojis[i][0], "<img height=30 style='transform: scaleX(-1)' src='/assets/images/emojis/" + emojis[i][1] + ".webp'>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue