Skip to content

Commit

Permalink
Properly disable Rouge processing of plain code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Apr 15, 2016
1 parent 56e2b37 commit 912ab62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Expand Up @@ -2,7 +2,8 @@ permalink: none
lsi: false
kramdown:
auto_ids: false
syntax_highlighter: none
syntax_highlighter_opts:
disable: true
exclude:
- Gemfile
- Gemfile.lock
Expand Down

0 comments on commit 912ab62

Please sign in to comment.