diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index 2a24fcdd0..ff0095024 100644 --- a/content/en/getting-started/configuration-markup.md +++ b/content/en/getting-started/configuration-markup.md @@ -70,4 +70,7 @@ startLevel : The heading level, values starting at 1 (`h1`), to start render the table of contents. endLevel -: The heading level, inclusive, to stop render the table of contents. \ No newline at end of file +: The heading level, inclusive, to stop render the table of contents. + +ordered +: Whether or not to generate an ordered list instead of an unordered list. diff --git a/data/docs.json b/data/docs.json index 0944ab881..dea7f0bcb 100644 --- a/data/docs.json +++ b/data/docs.json @@ -1387,7 +1387,8 @@ }, "tableOfContents": { "startLevel": 2, - "endLevel": 3 + "endLevel": 3, + "ordered": false }, "goldmark": { "renderer": {