mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
markup/tableofcontents: Add config option for ordered list
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
186a5ebfca
commit
4c804319f6
@@ -1387,7 +1387,8 @@
|
||||
},
|
||||
"tableOfContents": {
|
||||
"startLevel": 2,
|
||||
"endLevel": 3
|
||||
"endLevel": 3,
|
||||
"ordered": false
|
||||
},
|
||||
"goldmark": {
|
||||
"renderer": {
|
||||
|
Reference in New Issue
Block a user