From 70171cdd0ea1571f069a57466088f51cfa558739 Mon Sep 17 00:00:00 2001 From: Wasabi Fan Date: Fri, 9 Dec 2016 17:54:59 -0800 Subject: [PATCH] Configure kramdown to use GFM --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7608b53ef..b44724890 100644 --- a/_config.yml +++ b/_config.yml @@ -77,4 +77,5 @@ defaults: excerpt_separator: kramdown: - toc_levels: "2,3" + toc_levels: "2,3" + input: GFM