fix(docs): Update markdown processor to use GFM (#5810)
* Update markdown processor to use GFM * Split markdown config into new section - Conversionpull/5851/head
parent
45fc501d42
commit
8c5ece625e
|
@ -2,6 +2,9 @@
|
|||
#theme: jekyll-theme-minimal
|
||||
remote_theme: pages-themes/minimal@v0.2.0
|
||||
|
||||
# [Conversion]
|
||||
markdown: GFM
|
||||
|
||||
# [Used rubygem plugins]
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
|
|
Loading…
Reference in New Issue