Update formatter.rb

This commit is contained in:
YorimiMochida 2021-05-09 12:33:22 +09:00 committed by GitHub
parent fd5085b096
commit 61d0952db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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