We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d4b46 commit b12679bCopy full SHA for b12679b
1 file changed
_config.yml
@@ -70,9 +70,16 @@ mermaid: true
70
71
# Site-wide kramdown syntax highlighting
72
kramdown:
73
+ footnote_backlink: "↩︎"
74
syntax_highlighter: rouge
- syntax_highlighter_opts:
75
- css_class: 'highlight'
+ syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
76
+ css_class: highlight
77
+ # default_lang: console
78
+ span:
79
+ line_numbers: false
80
+ block:
81
+ line_numbers: true
82
+ start_line: 1
83
84
# Collections configuration
85
collections:
0 commit comments