github / jekyll-commonmark-ghpages

CommonMark generator for Jekyll used by GitHub Pages
MIT License
61 stars 17 forks source link

Loosen commonmarker dependency #13

Open patcon opened 4 years ago

patcon commented 4 years ago

Hiya! Thanks for all the work on this!

Could you loosen this dep so that tasklist extensions will work? Thanks! https://github.com/github/jekyll-commonmark-ghpages/blob/master/jekyll-commonmark-ghpages.gemspec#L18

hugmanrique commented 4 years ago

This repo seems inactive, so I've forked it and loosened the dep on https://github.com/hugmanrique/jekyll-commonmark-ghpages. Install it using

group :jekyll_plugins do
  gem "jekyll-commonmark-ghpages", :git => 'git@github.com:hugmanrique/jekyll-commonmark-ghpages.git'
end

Note: PRs should still be directed to this repo, I don't plan on actively maintaining mine.