reverting markdown filtering and syntax highlighter settings to redcarpet and rouge
This commit is contained in:
@@ -41,11 +41,22 @@ exclude:
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
highlighter: rouge
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
input: GFM
|
||||
auto_ids: true
|
||||
# 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"]
|
||||
|
||||
|
||||
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
|
||||
Reference in New Issue
Block a user