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