summaryrefslogtreecommitdiffstats
path: root/test/books/conrefs
diff options
context:
space:
mode:
Diffstat (limited to 'test/books/conrefs')
-rw-r--r--test/books/conrefs/README.md10
-rw-r--r--test/books/conrefs/SUMMARY.md1
-rw-r--r--test/books/conrefs/hello.md1
3 files changed, 12 insertions, 0 deletions
diff --git a/test/books/conrefs/README.md b/test/books/conrefs/README.md
new file mode 100644
index 0000000..7f56eed
--- /dev/null
+++ b/test/books/conrefs/README.md
@@ -0,0 +1,10 @@
+# Readme
+
+### Relative
+
+<p id="t1">{% include "./hello.md" %}</p>
+
+### Git
+
+<p id="t2">{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test.md" %}</p>
+<p id="t3">{% include "git+https://gist.github.com/69ea4542e4c8967d2fa7.git/test2.md" %}</p>
diff --git a/test/books/conrefs/SUMMARY.md b/test/books/conrefs/SUMMARY.md
new file mode 100644
index 0000000..ac9323c
--- /dev/null
+++ b/test/books/conrefs/SUMMARY.md
@@ -0,0 +1 @@
+# Summary
diff --git a/test/books/conrefs/hello.md b/test/books/conrefs/hello.md
new file mode 100644
index 0000000..557db03
--- /dev/null
+++ b/test/books/conrefs/hello.md
@@ -0,0 +1 @@
+Hello World