Skip to content

Commit

Permalink
Update to kramdown and rouge since Github only supports them
Browse files Browse the repository at this point in the history
  • Loading branch information
jxltom committed Jan 27, 2017
1 parent 08a8200 commit 8be55d6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ links:
- name: GitHub
url: http://github.com/muan
external: true
highlighter: pygments
permalink: pretty
markdown: redcarpet
redcarpet:
extensions:
- smart

# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'

0 comments on commit 8be55d6

Please sign in to comment.