mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:29:53 +01:00
Fix NoMethodError
in FlavoredMarkdown
This commit is contained in:
parent
9093404361
commit
40d99c8381
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue