We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b168ed commit 5090512Copy full SHA for 5090512
README.md
@@ -10,13 +10,13 @@ The Code Blocks like the following will include every file in a new line. The
10
reference paths should be either absolute or relative to the folder where the
11
pandoc command will be executed.
12
13
-`````
14
-```include
15
-/absolute/file/path.md
16
-relative/to/the/command/root.md
17
-#do/not/include/this.md
+```markdown
+```include
+/absolute/file/path.md
+relative/to/the/command/root.md
+#do/not/include/this.md
18
+```
19
```
20
21
If the file does not exist, it will be skipped completely. No warnings, no
22
residue, nothing. Putting an `#` as the first character in the line will make the
0 commit comments