mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Switch to kramdown and rouge.
This commit is contained in:
parent
bb938c5e22
commit
deffc348e4
@ -12,8 +12,8 @@ markdown: kramdown
|
|||||||
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
markdown_ext: markdown,mkdown,mkdn,mkd,md
|
||||||
#permalink: pretty
|
#permalink: pretty
|
||||||
|
|
||||||
# TODO: using rouge via kramdown when GitHub supports it
|
# This is for {% highlight %} blocks
|
||||||
highlighter: pygments
|
highlighter: rouge
|
||||||
|
|
||||||
safe: true
|
safe: true
|
||||||
lsi: false
|
lsi: false
|
||||||
@ -26,6 +26,7 @@ github:
|
|||||||
project_tagline: "Experimental Wiki with Jekyll"
|
project_tagline: "Experimental Wiki with Jekyll"
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
|
- kramdown
|
||||||
- jemoji
|
- jemoji
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
@ -36,6 +37,7 @@ redcarpet:
|
|||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
hard_wrap: false
|
hard_wrap: false
|
||||||
|
# This is for fenced code blocks: ~~~
|
||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user