Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
puts hello word!
Instead I got:
puts hello word!
I tried different attributes. My helper:
def markdown(text)
renderer =…