mdbook/tests/dummy_book/src/second/nested.md

17 lines
403 B
Markdown
Raw Normal View History

2019-01-14 15:49:23 -05:00
# Testing relative links for the print page
When we link to [the first section](../first/nested.md), it should work on
2019-05-08 14:50:59 -07:00
both the print page and the non-print page.
2019-07-01 08:52:25 -07:00
A [fragment link](#some-section) should work.
2019-05-08 14:50:59 -07:00
Link [outside](../../std/foo/bar.html).
![Some image](../images/picture.png)
2019-07-01 08:52:25 -07:00
<a href="../first/markdown.md">HTML Link</a>
<img src="../images/picture.png" alt="raw html">
## Some section