A few extra

This commit is contained in:
dragonfire535
2017-10-07 12:45:44 -04:00
parent d9ae0ff55d
commit f0630cb858
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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, '*');
}
}