diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-24 18:04:03 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-24 18:04:03 +0100 |
commit | 796dd4c13ac55e8b6232cbf38d49d9cf8c6676d2 (patch) | |
tree | ebbb0853571aec61384188402f673b9834f32a88 /test | |
parent | e02f29e76392660b31be87063649abd4adb22826 (diff) | |
download | gitbook-796dd4c13ac55e8b6232cbf38d49d9cf8c6676d2.zip gitbook-796dd4c13ac55e8b6232cbf38d49d9cf8c6676d2.tar.gz gitbook-796dd4c13ac55e8b6232cbf38d49d9cf8c6676d2.tar.bz2 |
Add base loader to resolve git dependencies
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/test5/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/test5/README.md b/test/fixtures/test5/README.md index 67536b3..33ee83a 100644 --- a/test/fixtures/test5/README.md +++ b/test/fixtures/test5/README.md @@ -1,3 +1,4 @@ # Test Content inclusion {% include "./test.md" %} +{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test.md" %} |