mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Config - Move coderay options
This commit is contained in:
parent
8547ea1ddd
commit
242e50e047
1 changed files with 15 additions and 7 deletions
22
_config.yml
22
_config.yml
|
@ -135,13 +135,21 @@ kramdown:
|
|||
## Might be useful in the future, but turn off for upgrade to Jekyll 3.0
|
||||
css_class:
|
||||
|
||||
coderay:
|
||||
coderay_wrap: div
|
||||
coderay_line_numbers: inline
|
||||
coderay_line_numbers_start: 1
|
||||
coderay_tab_width: 4
|
||||
coderay_bold_every: 10
|
||||
coderay_css: style
|
||||
# Moved here from coderay
|
||||
wrap: div
|
||||
line_numbers: inline
|
||||
line_numbers_start: 1
|
||||
tab_width: 4
|
||||
bold_every: 10
|
||||
css: style
|
||||
|
||||
#coderay:
|
||||
# coderay_wrap: div
|
||||
# coderay_line_numbers: inline
|
||||
# coderay_line_numbers_start: 1
|
||||
# coderay_tab_width: 4
|
||||
# coderay_bold_every: 10
|
||||
# coderay_css: style
|
||||
|
||||
text:
|
||||
## Values last updated 2017-05-21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue