the pointy face should work again????
This commit is contained in:
parent
52791b737b
commit
6b28c35d4a
|
@ -15,7 +15,7 @@ module MarkdownHelper
|
|||
autolink: true,
|
||||
disable_indented_code_blocks: true,
|
||||
strikethrough: true,
|
||||
superscript: true)
|
||||
superscript: false)
|
||||
Sanitize.fragment(md.render(content), EVIL_TAGS).html_safe
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue