changing markdown processor back to redcarpet
This commit is contained in:
@ -29,7 +29,7 @@ exclude:
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
sidebar_accordion: true
|
||||
markdown: kramdown
|
||||
markdown: redcarpet
|
||||
print: false
|
||||
theme_file: theme-blue.css
|
||||
# only use suffix if you need to force index.html to display
|
||||
@ -37,6 +37,9 @@ theme_file: theme-blue.css
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
@ -30,7 +30,7 @@ exclude:
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
sidebar_accordion: true
|
||||
markdown: kramdown
|
||||
markdown: redcarpet
|
||||
print: false
|
||||
|
||||
# only use suffix if you need to force index.html to display
|
||||
@ -38,6 +38,9 @@ print: false
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
Reference in New Issue
Block a user