From b787cdeda70e5989a20e803d69a0b4da0702511a Mon Sep 17 00:00:00 2001 From: Ole Vik Date: Fri, 26 Aug 2016 14:21:16 +0200 Subject: [PATCH] Use pages.markdown.extra in system.yaml (#1007) Markdown Extra is incorrectly specified as `markdown_extra`, whereas it should be: ``` markdown: extra: false ``` --- user/config/system.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/config/system.yaml b/user/config/system.yaml index 21dd89bf1..bbe2a3a3f 100644 --- a/user/config/system.yaml +++ b/user/config/system.yaml @@ -5,7 +5,8 @@ home: pages: theme: antimatter - markdown_extra: false + markdown: + extra: false process: markdown: true twig: false