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.
2 parents 5090512 + 8a8b948 commit bf8a5c4Copy full SHA for bf8a5c4
README.md
@@ -10,13 +10,11 @@ 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
-```markdown
14
-```include
15
-/absolute/file/path.md
16
-relative/to/the/command/root.md
17
-#do/not/include/this.md
18
-```
19
-```
+ ```include
+ /absolute/file/path.md
+ relative/to/the/command/root.md
+ #do/not/include/this.md
+ ```
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