summaryrefslogtreecommitdiff
path: root/test/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.json')
-rw-r--r--test/config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/config.json b/test/config.json
index 63cb1d7..3580686 100644
--- a/test/config.json
+++ b/test/config.json
@@ -25,6 +25,11 @@
"output": "MarkdownTest_1.0.3/Tests/Code Spans.html"
},
{
+ "input": "MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text",
+ "output": "MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html",
+ "flags": ["--html-toc", "-t", "3"]
+ },
+ {
"input": "MarkdownTest_1.0.3/Tests/Hard-wrapped paragraphs with list-like lines.text",
"output": "MarkdownTest_1.0.3/Tests/Hard-wrapped paragraphs with list-like lines.html"
},