BleeCo / blog

Jekyll blog for getblee.com
http://blog.getblee.com
MIT License
0 stars 0 forks source link

Add analytics #3

Open anujdeshpande opened 9 years ago

anujdeshpande commented 9 years ago

Create a Google Analytics code and add it here

anujdeshpande commented 9 years ago
anujdeshpande commented 9 years ago

anuj
deshpande

anujdeshpande commented 9 years ago

this is bold and this is italic

anujdeshpande commented 9 years ago

alfred-limits

anujdeshpande commented 9 years ago

Heading 3

Heading 1

anujdeshpande commented 9 years ago
Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1
anujdeshpande commented 9 years ago
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
this is a code block