mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 09:12:07 +02:00
More
This commit is contained in:
+4
-1
@@ -67,7 +67,10 @@ class Util {
|
||||
.replace(/—/g, '—')
|
||||
.replace(/©/g, '©')
|
||||
.replace(/™/g, '™')
|
||||
.replace(/®/g, '®');
|
||||
.replace(/®/g, '®')
|
||||
.replace(/(<\/?strong>|<\/?b>)/g, '**')
|
||||
.replace(/<br>/g, '\n\n')
|
||||
.replace(/<\/?i>/g, '*');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user