Merge pull request #2939 from gandaro/2938-consistent-superscripts
disable superscripts on server-side markdownify, since they are disabled...[ci skip]
This commit is contained in:
commit
aa35519bf0
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ module MarkdownifyHelper
|
||||||
:fenced_code_blocks => true,
|
:fenced_code_blocks => true,
|
||||||
:space_after_headers => true,
|
:space_after_headers => true,
|
||||||
:strikethrough => true,
|
:strikethrough => true,
|
||||||
:superscript => true,
|
|
||||||
:tables => true,
|
:tables => true,
|
||||||
:no_intra_emphasis => true,
|
:no_intra_emphasis => true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue