Improve glow
This commit is contained in:
parent
53ae431867
commit
9d4cad6307
8 changed files with 44 additions and 22 deletions
|
@ -26,7 +26,7 @@ class Formatter
|
|||
end
|
||||
|
||||
def reformat(html)
|
||||
sanitize(html, tags: %w(a br p), attributes: %w(href rel))
|
||||
sanitize(html, tags: %w(a br p span), attributes: %w(href rel class))
|
||||
end
|
||||
|
||||
def simplified_format(account)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue