Update formatter.rb

This commit is contained in:
2021-05-09 12:33:22 +09:00
committed by GitHub
parent fd5085b096
commit 61d0952db6
+1 -1
View File
@@ -36,7 +36,7 @@ class Formatter
html = raw_content
mdFormatter = Formatter_Markdown.new(html)
mdFormatter = FormatterMarkdown.new(html)
html = mdFormatter.formatted
html = "RT @#{prepend_reblog} #{html}" if prepend_reblog