diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-24 18:18:43 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-24 18:18:43 +0100 |
commit | 572994a17e24b51624437e5b0f5da44a6156ffd7 (patch) | |
tree | 0e5bbfa3d4a7aa510f284a3df77741e51a75e1e4 /test/fixtures/test5 | |
parent | 796dd4c13ac55e8b6232cbf38d49d9cf8c6676d2 (diff) | |
download | gitbook-572994a17e24b51624437e5b0f5da44a6156ffd7.zip gitbook-572994a17e24b51624437e5b0f5da44a6156ffd7.tar.gz gitbook-572994a17e24b51624437e5b0f5da44a6156ffd7.tar.bz2 |
Add more tests for inclusion
Diffstat (limited to 'test/fixtures/test5')
-rw-r--r-- | test/fixtures/test5/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures/test5/README.md b/test/fixtures/test5/README.md index 33ee83a..3db21b2 100644 --- a/test/fixtures/test5/README.md +++ b/test/fixtures/test5/README.md @@ -1,4 +1,5 @@ # Test Content inclusion {% include "./test.md" %} -{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test.md" %} +Git1:{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test.md" %} +Git2:{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test2.md" %}
\ No newline at end of file |