Fix `NoMethodError` in `FlavoredMarkdown`
This commit is contained in:
parent
9093404361
commit
40d99c8381
|
@ -15,7 +15,7 @@ class FlavoredMarkdown < Redcarpet::Render::HTML
|
|||
end
|
||||
|
||||
def header(text, _header_level)
|
||||
paragraph text
|
||||
"<p>#{text}</p>"
|
||||
end
|
||||
|
||||
def raw_html(raw_html)
|
||||
|
|
Loading…
Reference in New Issue