mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Config - Revert coderay change
This commit is contained in:
parent
264955d6d7
commit
06832450ca
1 changed files with 13 additions and 13 deletions
26
_config.yml
26
_config.yml
|
@ -136,20 +136,20 @@ kramdown:
|
||||||
css_class:
|
css_class:
|
||||||
|
|
||||||
# Moved here from coderay
|
# Moved here from coderay
|
||||||
wrap: div
|
#wrap: div
|
||||||
line_numbers: inline
|
#line_numbers: inline
|
||||||
line_numbers_start: 1
|
#line_numbers_start: 1
|
||||||
tab_width: 4
|
#tab_width: 4
|
||||||
bold_every: 10
|
#bold_every: 10
|
||||||
css: style
|
#css: style
|
||||||
|
|
||||||
#coderay:
|
coderay:
|
||||||
# coderay_wrap: div
|
coderay_wrap: div
|
||||||
# coderay_line_numbers: inline
|
coderay_line_numbers: inline
|
||||||
# coderay_line_numbers_start: 1
|
coderay_line_numbers_start: 1
|
||||||
# coderay_tab_width: 4
|
coderay_tab_width: 4
|
||||||
# coderay_bold_every: 10
|
coderay_bold_every: 10
|
||||||
# coderay_css: style
|
coderay_css: style
|
||||||
|
|
||||||
text:
|
text:
|
||||||
## Values last updated 2017-05-21
|
## Values last updated 2017-05-21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue