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).
|
|
|
|
|
|
|
|
|
|

|
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
|