/jekyll-commonmark

CommonMark generator for Jekyll

Primary LanguageRubyMIT LicenseMIT

jekyll-commonmark

CommonMark Markdown converter for Jekyll

Gem Version Build Status Dependency Status

Jekyll Markdown converter that uses libcmark, the reference parser for CommonMark.

Installation

Add the following to your Gemfile

group :jekyll_plugins do
  gem 'jekyll-commonmark', :github => 'pathawks/jekyll-commonmark'
end

and modify your _config.yml to use CommonMark as your Markdown converter

markdown: CommonMark