We want strikethrough too

This commit is contained in:
Carl Chenet 2017-05-20 15:27:33 +02:00
parent 9aac91a71e
commit 64330604e7

View file

@ -7,7 +7,7 @@ class Markdowner
return ""
end
exts = [:tagfilter, :autolink]
exts = [:tagfilter, :autolink, :strikethrough]
root = CommonMarker.render_doc(text.to_s, [:SMART], exts)
unless opts[:disable_profile_links]