Skip to content

Commit 5090512

Browse files
committed
Fixed a GitHub Markdown parse error
1 parent 5b168ed commit 5090512

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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-
`````
14-
```include
15-
/absolute/file/path.md
16-
relative/to/the/command/root.md
17-
#do/not/include/this.md
13+
```markdown
14+
```include
15+
/absolute/file/path.md
16+
relative/to/the/command/root.md
17+
#do/not/include/this.md
18+
```
1819
```
19-
`````
2020

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

0 commit comments

Comments
 (0)