the pointy face should work again????

This commit is contained in:
nilsding 2015-01-08 18:10:20 +01:00
parent 52791b737b
commit 6b28c35d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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