Update formatter_markdown.rb

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

View File

@ -2,7 +2,7 @@ require 'uri'
require 'redcarpet'
require 'redcarpet/render_strip'
class Formatter_Markdown
class FormatterMarkdown
def initialize(html)
@html = html.dup
end