From 8c5ece625e92bf73bb477181cd5097825c258b38 Mon Sep 17 00:00:00 2001 From: Charlotte Tan Date: Sun, 3 Oct 2021 18:55:54 -0700 Subject: [PATCH] fix(docs): Update markdown processor to use GFM (#5810) * Update markdown processor to use GFM * Split markdown config into new section - Conversion --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 8c02a6d3..e102b9e7 100644 --- a/_config.yml +++ b/_config.yml @@ -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