fix to config files with processors and syntax highlighters
This commit is contained in:
@ -41,21 +41,20 @@ exclude:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
|
|
||||||
# Ideally use these settings once Jekyll and Github Pages sort out their issues...
|
highlighter: rouge
|
||||||
#highlighter: rouge
|
markdown: kramdown
|
||||||
#markdown: kramdown
|
kramdown:
|
||||||
#kramdown:
|
input: GFM
|
||||||
# input: GFM
|
auto_ids: true
|
||||||
# auto_ids: true
|
hard_wrap: false
|
||||||
|
syntax_highlighter: rouge
|
||||||
# For now, these settings work:
|
|
||||||
|
|
||||||
highlighter: pygments
|
|
||||||
markdown: redcarpet
|
|
||||||
redcarpet:
|
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
|
||||||
|
|
||||||
|
# old markdown and pygments settings
|
||||||
|
|
||||||
|
#highlighter: pygments
|
||||||
|
#markdown: redcarpet
|
||||||
|
#redcarpet:
|
||||||
|
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||||
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
@ -46,7 +46,15 @@ markdown: kramdown
|
|||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
auto_ids: true
|
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:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
output: false
|
output: false
|
||||||
|
@ -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.
|
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 %}
|
{% raw %}
|
||||||
```html
|
```liquid
|
||||||
<!-- your frontmatter goes here -->
|
<!-- your frontmatter goes here -->
|
||||||
|
|
||||||
{% include custom/mydoc/series_acme.html %}
|
{% include custom/mydoc/series_acme.html %}
|
||||||
|
Reference in New Issue
Block a user