summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/tests/dummy_book/src/second/nested.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/tests/dummy_book/src/second/nested.md')
-rw-r--r--vendor/mdbook/tests/dummy_book/src/second/nested.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/mdbook/tests/dummy_book/src/second/nested.md b/vendor/mdbook/tests/dummy_book/src/second/nested.md
new file mode 100644
index 000000000..faf1187ff
--- /dev/null
+++ b/vendor/mdbook/tests/dummy_book/src/second/nested.md
@@ -0,0 +1,16 @@
+# Testing relative links for the print page
+
+When we link to [the first section](../first/nested.md), it should work on
+both the print page and the non-print page.
+
+A [fragment link](#some-section) should work.
+
+Link [outside](../../std/foo/bar.html).
+
+![Some image](../images/picture.png)
+
+<a href="../first/markdown.md">HTML Link</a>
+
+<img src="../images/picture.png" alt="raw html">
+
+## Some section