Inspiration
What it does
How I built it
Challenges I ran into
Accomplishments that I'm proud of
What I learned
What's next for Hi
require 'redcarpet'
markdown = Redcarpet.new("test")
puts markdown.to_html
Test elevator pitch
require 'redcarpet'
markdown = Redcarpet.new("test")
puts markdown.to_html
Log in or sign up for Devpost to join the conversation.