5t111111 / middleman-blog-drops-template

A blog template for Middleman which lets you start blogging immediately. Supports GitHub Pages and S3 deployment, sitemap, Atom feed, Google Analytics, responsive layout and syntax highlighting.
Other
54 stars 8 forks source link

Updating Markdown processor to Kramdown #8

Closed huideyeren closed 8 years ago

huideyeren commented 8 years ago

Overview

https://help.github.com/articles/updating-your-markdown-processor-to-kramdown/

GitHub announced starting May 1st, 2016, GitHub Pages will only support kramdown.

I tested updating Markdown processor to Kramdown.

Problems

The problem is as follows:

My blog's article using drops template with Kramdown

5t111111 commented 8 years ago

As a matter of fact, the HEAD of the master branch is already changed to use kramdown instead of redcarpet (see https://github.com/5t111111/middleman-blog-drops-template/commit/6987442395dd521511013734c4aba3718e2f33a0) .

So if you are ok to upgrade to Middleman v4 and use the latest version of this template, you don't have to worry about migrating redcarpet to kramdown. This comment may help you if you have problem when upgrading.

Thanks for reporting an issue anyway :wink: