switching to kramdown to see if it fixes Github Pages page-build errors

This commit is contained in:
Tom Johnson
2015-09-08 13:46:51 -07:00
parent e792440b75
commit 3c324792c5
3 changed files with 5 additions and 5 deletions

View File

@ -29,14 +29,14 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
sidebar_accordion: true
markdown: redcarpet
markdown: kramdown
print: false
theme_file: theme-blue.css
# only use suffix if you need to force index.html to display
# suffix: index.html
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
# redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: rouge