mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:36:03 +01:00
the pointy face should work again????
This commit is contained in:
parent
52791b737b
commit
6b28c35d4a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue