Remove duplicate footnote_nr from default config
The configuration page lists the footnote_nr kramdown configuration option twice. That seemed a bit much, so I removed one of the two lines.
This commit is contained in:
parent
6137dccfc0
commit
db229a85d7
|
@ -653,7 +653,6 @@ redcarpet:
|
||||||
|
|
||||||
kramdown:
|
kramdown:
|
||||||
auto_ids: true
|
auto_ids: true
|
||||||
footnote_nr: 1
|
|
||||||
entity_output: as_char
|
entity_output: as_char
|
||||||
toc_levels: 1..6
|
toc_levels: 1..6
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
|
|
Loading…
Reference in New Issue