Skip to content

Commit

Permalink
Fixed a GitHub Markdown parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
steindani committed Dec 8, 2015
1 parent 5b168ed commit 5090512
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The Code Blocks like the following will include every file in a new line. The
reference paths should be either absolute or relative to the folder where the
pandoc command will be executed.

`````
```include
/absolute/file/path.md
relative/to/the/command/root.md
#do/not/include/this.md
```markdown
```include
/absolute/file/path.md
relative/to/the/command/root.md
#do/not/include/this.md
```
```
`````

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

0 comments on commit 5090512

Please sign in to comment.