Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 338 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 338 Bytes

Heading 1

  • Bullet 1
  • Bullet 2
  • Bullet 3
//Javascript snippet here
 console.log('Hello World')
#Ruby snippet here
=begin 
 Between begin and end
=end
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

Heading 2

Heading 3

Heading 4

Heading 5