Skip to content

Commit b12679b

Browse files
committed
update kramdown
1 parent 64d4b46 commit b12679b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

_config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,16 @@ mermaid: true
7070

7171
# Site-wide kramdown syntax highlighting
7272
kramdown:
73+
footnote_backlink: "↩︎"
7374
syntax_highlighter: rouge
74-
syntax_highlighter_opts:
75-
css_class: 'highlight'
75+
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
7683

7784
# Collections configuration
7885
collections:

0 commit comments

Comments
 (0)