Fix `NoMethodError` in `FlavoredMarkdown`

This commit is contained in:
Karina Kwiatek 2023-02-19 18:26:17 +01:00
parent 9093404361
commit 40d99c8381
1 changed files with 1 additions and 1 deletions

View File

@ -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)