Kramdown has no parser to handle the specified input format: GFM

Exe

jekyll s

Result

Configuration file: /Users/baozi/workspace/github/shibd.github.io/_config.yml
Source: /Users/baozi/workspace/github/shibd.github.io
Destination: /Users/baozi/workspace/github/shibd.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating…
Conversion error: Jekyll::Converters::Markdown encountered an error while converting ‘_posts/2019-08-13-NEW-BLOG.md’:
kramdown has no parser to handle the specified input format: GFM
jekyll 3.8.6 | Error: kramdown has no parser to handle the specified input format: GFM

version

macos: 10.14.4
jekyll 3.8.6
kramdown 2.1.0

_config


# Markdown settings
# replace redcarpet to kramdown,
# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown
# document: http://jekyllrb.com/docs/configuration/#kramdown
markdown: kramdown
highlighter: rouge
kramdown:
  input: GFM                            # use Github Flavored Markdown !important

done

kramdown version is high

1.17.0 is ok