summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/tests/dummy_book/src/second/nested.md
blob: faf1187ff46fbf7f448e5b1e4314de3e2babd550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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