mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
A few extra
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ class Util {
|
||||
.replace(/™/g, '™')
|
||||
.replace(/®/g, '®')
|
||||
.replace(/(<\/?strong>|<\/?b>)/g, '**')
|
||||
.replace(/<br>/g, '\n\n')
|
||||
.replace(/<\/?i>/g, '*');
|
||||
.replace(/<br>/g, '\n')
|
||||
.replace(/(<\/?i>|<\/?em>)/g, '*');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user