summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/getting-started/configuration-markup.md5
-rw-r--r--docs/data/docs.json3
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/content/en/getting-started/configuration-markup.md b/docs/content/en/getting-started/configuration-markup.md
index 2a24fcdd0..ff0095024 100644
--- a/docs/content/en/getting-started/configuration-markup.md
+++ b/docs/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/docs/data/docs.json b/docs/data/docs.json
index 0944ab881..dea7f0bcb 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1387,7 +1387,8 @@
},
"tableOfContents": {
"startLevel": 2,
- "endLevel": 3
+ "endLevel": 3,
+ "ordered": false
},
"goldmark": {
"renderer": {