mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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
1 changed files with 2 additions and 9 deletions
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…
Add table
Add a link
Reference in a new issue