Inspiration
What it does
Format your description with Markdown. Here are some tips:
Headline
bold
_ italics _
link

Get fancy with syntax highlighting:
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
test
Format your description with Markdown. Here are some tips:
bold
_ italics _
link

Get fancy with syntax highlighting:
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
Log in or sign up for Devpost to join the conversation.