Remove underline markdown

This commit is contained in:
KMY 2023-03-05 08:06:46 +09:00
parent 74c823d500
commit d014ffd6d0

View file

@ -171,7 +171,6 @@ class TextFormatter
@markdown ||= Redcarpet::Markdown.new(@htmlobj,
autolink: false,
tables: false,
underline: true,
disable_indented_code_blocks: false,
fenced_code_blocks: true,
strikethrough: true,