I’m trying to use the Kramdown::Parser::GFM
parser provided by Kramdown instead of the usual Kramdown::Parser::Kramdown
. The later is a subclass of the former. Where can I change this in config.rb
?
1 Like
You can do this.
set :markdown, input: "GFM"
1 Like
This didn’t work for me due to dependencies:
Bundler could not find compatible versions for gem "kramdown":
In snapshot (Gemfile.lock):
kramdown (= 1.17.0)
In Gemfile:
kramdown-parser-gfm was resolved to 1.1.0, which depends on
kramdown (~> 2.0)
middleman (~> 4.3) was resolved to 4.3.5, which depends on
kramdown (~> 1.2)