diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-24 22:51:32 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-24 22:51:32 +0100 |
commit | addf6ade9ae594f6c5ab8bf112f5237459550c53 (patch) | |
tree | d307a7357efa112cfbba15ef5c4d666cb27d2a9d /docs/structure.md | |
parent | d7d0429169ea097dcd51d9622036390433410944 (diff) | |
download | gitbook-addf6ade9ae594f6c5ab8bf112f5237459550c53.zip gitbook-addf6ade9ae594f6c5ab8bf112f5237459550c53.tar.gz gitbook-addf6ade9ae594f6c5ab8bf112f5237459550c53.tar.bz2 |
Add doc for glossary
Diffstat (limited to 'docs/structure.md')
-rw-r--r-- | docs/structure.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structure.md b/docs/structure.md index 18c4abb..e77c271 100644 --- a/docs/structure.md +++ b/docs/structure.md @@ -33,7 +33,7 @@ A static file is a file that is not listed in the `SUMMARY.md`. All static files GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a list of files and folders to skip. The format inside those files, follows the same convention as `.gitignore`: -``` +```markdown # This is a comment # Ignore the file test.md |