Update formatter.rb
This commit is contained in:
parent
fd5085b096
commit
61d0952db6
@ -36,7 +36,7 @@ class Formatter
|
|||||||
|
|
||||||
html = raw_content
|
html = raw_content
|
||||||
|
|
||||||
mdFormatter = Formatter_Markdown.new(html)
|
mdFormatter = FormatterMarkdown.new(html)
|
||||||
html = mdFormatter.formatted
|
html = mdFormatter.formatted
|
||||||
|
|
||||||
html = "RT @#{prepend_reblog} #{html}" if prepend_reblog
|
html = "RT @#{prepend_reblog} #{html}" if prepend_reblog
|
||||||
|
Loading…
Reference in New Issue
Block a user