reverting to redcarpet and pygments

This commit is contained in:
Tom Johnson
2016-02-16 11:09:08 -08:00
parent 5bf7bc889c
commit 886962852e
2 changed files with 25 additions and 24 deletions

View File

@ -41,20 +41,20 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# these settings should work, but they don't seem to apply the right highlighting
# old markdown and pygments settings
#highlighter: rouge
#markdown: kramdown
#kramdown:
# input: GFM
# auto_ids: true
# hard_wrap: false
# syntax_highlighter: rouge
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:

View File

@ -41,20 +41,21 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# these settings should work, but they don't seem to apply the right highlighting
# old markdown and pygments settings
#highlighter: rouge
#markdown: kramdown
#kramdown:
# input: GFM
# auto_ids: true
# hard_wrap: false
# syntax_highlighter: rouge
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:
tooltips:
output: false