Fix markdown underline with custom emoji
This commit is contained in:
parent
7c7d21cbef
commit
b049e7c502
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class TextFormatter
|
|||
end
|
||||
|
||||
def underline(text)
|
||||
nil
|
||||
text.include?(':') ? nil : '<u>' + text + '</u>'
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue