Switch to kramdown for markdown in _config.yml
(Maruku is obsolete and karmdown is required for toc in the future)
This commit is contained in:
parent
1bd6015991
commit
38a11ebabd
11
_config.yml
11
_config.yml
@ -114,16 +114,9 @@ plugins: ./_plugins
|
||||
future: true
|
||||
lsi: false
|
||||
pygments: false
|
||||
markdown: maruku
|
||||
markdown: kramdown
|
||||
permalink: date
|
||||
|
||||
maruku:
|
||||
use_tex: false
|
||||
use_divs: false
|
||||
png_engine: blahtex
|
||||
png_dir: images/latex
|
||||
png_url: /images/latex
|
||||
|
||||
rdiscount:
|
||||
extensions: []
|
||||
|
||||
@ -131,7 +124,7 @@ kramdown:
|
||||
auto_ids: true,
|
||||
footnote_nr: 1
|
||||
entity_output: as_char
|
||||
toc_levels: 1..6
|
||||
toc_levels: 2..6
|
||||
use_coderay: false
|
||||
|
||||
coderay:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user