fix(docs): Update markdown processor to use GFM (#5810)

* Update markdown processor to use GFM

* Split markdown config into new section - Conversion
pull/5851/head
Charlotte Tan 3 years ago committed by GitHub
parent 45fc501d42
commit 8c5ece625e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      _config.yml

@ -2,6 +2,9 @@
#theme: jekyll-theme-minimal #theme: jekyll-theme-minimal
remote_theme: pages-themes/minimal@v0.2.0 remote_theme: pages-themes/minimal@v0.2.0
# [Conversion]
markdown: GFM
# [Used rubygem plugins] # [Used rubygem plugins]
plugins: plugins:
- jekyll-remote-theme - jekyll-remote-theme

Loading…
Cancel
Save