summaryrefslogtreecommitdiffstats
path: root/tests/files/README_04_code_block_issues.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/README_04_code_block_issues.md')
-rw-r--r--tests/files/README_04_code_block_issues.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/files/README_04_code_block_issues.md b/tests/files/README_04_code_block_issues.md
index c327a37..8e14f98 100644
--- a/tests/files/README_04_code_block_issues.md
+++ b/tests/files/README_04_code_block_issues.md
@@ -1,9 +1,15 @@
# Test file
<!-- BEGIN mktoc -->
+- [Test file](#test-file)
- [Test for issue #1](#test-for-issue-#1)
- [Test Heading 3](#test-heading-3)
- [Test Heading 4](#test-heading-4)
+ - [Test Heading 5](#test-heading-5)
+ - [Test Heading 6](#test-heading-6)
+- [Test `code` in Header](#test-code-in-header)
+- [Test (special chars)](#test-special-chars)
+ - [Test [1]](#test-1)
<!-- END mktoc -->
## Test for issue #1
@@ -21,4 +27,10 @@ function test(A,B) {
##### Test Heading 5
-###### Test Heading 6 \ No newline at end of file
+###### Test Heading 6
+
+## Test `code` in Header
+
+## Test (special chars)
+
+### Test [1] \ No newline at end of file