GravityProject / gravity

Open source social network built with Meteor
MIT License
131 stars 62 forks source link

Markdown support in posts #116

Closed zaverichintan closed 8 years ago

zaverichintan commented 8 years ago

This helps to load markdown in the post. The posts with markdown will be displayed in proper format and non marked down will be as it is .

Signed-off-by: Chintan Zaveri zaveri_chintan@rediff.com

zaverichintan commented 8 years ago

image

pmuens commented 8 years ago

Great! This is really cool! Thanks @zaverichintan

pmuens commented 8 years ago

Just one modification. Could you remove the not related packages so that the commit is self contained and has only the relevant stuff in it. Thanks!

zaverichintan commented 8 years ago

Done. Thanks for pointing out .

zaverichintan commented 8 years ago

Also added highlight js to highlight code in markdown section

pmuens commented 8 years ago

Thank you!