Skip to content

Commit bf8a5c4

Browse files
committed
Merge pull request #1 from szarnyasg/patch-1
Update README.md
2 parents 5090512 + 8a8b948 commit bf8a5c4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ The Code Blocks like the following will include every file in a new line. The
1010
reference paths should be either absolute or relative to the folder where the
1111
pandoc command will be executed.
1212

13-
```markdown
14-
```include
15-
/absolute/file/path.md
16-
relative/to/the/command/root.md
17-
#do/not/include/this.md
18-
```
19-
```
13+
```include
14+
/absolute/file/path.md
15+
relative/to/the/command/root.md
16+
#do/not/include/this.md
17+
```
2018

2119
If the file does not exist, it will be skipped completely. No warnings, no
2220
residue, nothing. Putting an `#` as the first character in the line will make the

0 commit comments

Comments
 (0)