samrocketman / blog

A personal technical blog. Full featured complete with automated peer review.
http://sam.gleske.net/blog/
Other
5 stars 0 forks source link

Update blog posts to use GitHub flavored markdown #20

Closed samrocketman closed 6 years ago

samrocketman commented 6 years ago

I understand GitHub flavored markdown (GFM) better than native kramdown. In my opinion it is just easier to write content quickly. Especially since markdown written in GitHub projects is the same syntax.

Since the blog now supports GFM as a formatter, this change is to update all posts to use GFM.

For GFM syntax, see: https://github.github.com/gfm/

closes #9