reverting to redcarpet and pygments
This commit is contained in:
@ -41,20 +41,20 @@ exclude:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
|
|
||||||
highlighter: rouge
|
# these settings should work, but they don't seem to apply the right highlighting
|
||||||
markdown: kramdown
|
|
||||||
kramdown:
|
|
||||||
input: GFM
|
|
||||||
auto_ids: true
|
|
||||||
hard_wrap: false
|
|
||||||
syntax_highlighter: rouge
|
|
||||||
|
|
||||||
# old markdown and pygments settings
|
#highlighter: rouge
|
||||||
|
#markdown: kramdown
|
||||||
|
#kramdown:
|
||||||
|
# input: GFM
|
||||||
|
# auto_ids: true
|
||||||
|
# hard_wrap: false
|
||||||
|
# syntax_highlighter: rouge
|
||||||
|
|
||||||
#highlighter: pygments
|
highlighter: pygments
|
||||||
#markdown: redcarpet
|
markdown: redcarpet
|
||||||
#redcarpet:
|
redcarpet:
|
||||||
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||||
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
@ -41,20 +41,21 @@ exclude:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
|
|
||||||
highlighter: rouge
|
# these settings should work, but they don't seem to apply the right highlighting
|
||||||
markdown: kramdown
|
|
||||||
kramdown:
|
|
||||||
input: GFM
|
|
||||||
auto_ids: true
|
|
||||||
hard_wrap: false
|
|
||||||
syntax_highlighter: rouge
|
|
||||||
|
|
||||||
# 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:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
output: false
|
output: false
|
||||||
|
Reference in New Issue
Block a user