diff --git a/app/lib/text_formatter.rb b/app/lib/text_formatter.rb index 93c21e6029..0f748cd41c 100644 --- a/app/lib/text_formatter.rb +++ b/app/lib/text_formatter.rb @@ -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,