From 5bf7bc889cdac8d0193787c7dccd89a6c3fc09c5 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Tue, 16 Feb 2016 10:42:14 -0800 Subject: [PATCH] fix to config files with processors and syntax highlighters --- configs/mydoc/config_designers.yml | 25 ++++++++++++------------- configs/mydoc/config_writers.yml | 8 ++++++++ mydoc/mydoc_series.md | 2 +- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/configs/mydoc/config_designers.yml b/configs/mydoc/config_designers.yml index 6d8a893..f5563d9 100644 --- a/configs/mydoc/config_designers.yml +++ b/configs/mydoc/config_designers.yml @@ -41,21 +41,20 @@ exclude: host: 127.0.0.1 feedback_email: tomjohnson1492@gmail.com -# Ideally use these settings once Jekyll and Github Pages sort out their issues... -#highlighter: rouge -#markdown: kramdown -#kramdown: -# input: GFM -# auto_ids: true - -# For now, these settings work: - -highlighter: pygments -markdown: redcarpet -redcarpet: - extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"] +highlighter: rouge +markdown: kramdown +kramdown: + input: GFM + auto_ids: true + hard_wrap: false + syntax_highlighter: rouge +# old markdown and pygments settings +#highlighter: pygments +#markdown: redcarpet +#redcarpet: +# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"] collections: diff --git a/configs/mydoc/config_writers.yml b/configs/mydoc/config_writers.yml index 4a1ea37..dcde9d1 100644 --- a/configs/mydoc/config_writers.yml +++ b/configs/mydoc/config_writers.yml @@ -46,7 +46,15 @@ markdown: kramdown kramdown: input: GFM auto_ids: true + hard_wrap: false + syntax_highlighter: rouge +# old markdown and pygments settings + +#highlighter: pygments +#markdown: redcarpet +#redcarpet: +# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"] collections: tooltips: output: false diff --git a/mydoc/mydoc_series.md b/mydoc/mydoc_series.md index 00d5536..0033785 100644 --- a/mydoc/mydoc_series.md +++ b/mydoc/mydoc_series.md @@ -87,7 +87,7 @@ Additionally, if your page names are prefaced with numbers, such as "1. Download On each series page, add a link to the series button at the top and a link to the next button at the bottom. {% raw %} -```html +```liquid {% include custom/mydoc/series_acme.html %}