Remove underline markdown
This commit is contained in:
parent
74c823d500
commit
d014ffd6d0
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ class TextFormatter
|
||||||
@markdown ||= Redcarpet::Markdown.new(@htmlobj,
|
@markdown ||= Redcarpet::Markdown.new(@htmlobj,
|
||||||
autolink: false,
|
autolink: false,
|
||||||
tables: false,
|
tables: false,
|
||||||
underline: true,
|
|
||||||
disable_indented_code_blocks: false,
|
disable_indented_code_blocks: false,
|
||||||
fenced_code_blocks: true,
|
fenced_code_blocks: true,
|
||||||
strikethrough: true,
|
strikethrough: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue