Skip to content
Snippets Groups Projects
Commit 537be36b authored by Marcia Ramos's avatar Marcia Ramos
Browse files

remove previous markdown helper

parent 15ed63ed
No related branches found
No related tags found
1 merge request!6116WIP: Markdown helper for Kramdown
Pipeline #
Loading
Loading
@@ -22,10 +22,6 @@ module CustomHelpers
h(content)
end
 
def markdown(text)
Tilt['markdown'].new { text }.render
end
def markdown s
Kramdown::Document.new(s).to_html
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment