Skip to content

luckycoder1030/jekyll-commonmark

 
 

Repository files navigation

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'
end

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

markdown: CommonMark

About

CommonMark generator for Jekyll

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 94.6%
  • Shell 5.4%