You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/html/expect/test_package+ml/Markup/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ <h4 id="anchors">
112
112
</h4>
113
113
<aside>
114
114
<p>
115
-
Sections can have attached <ahref="index.html#anchors">Anchors</a>, and it is possible to <ahref="index.html#anchors">link</a> to them. Links to section headers should not be set in source code style.
115
+
Sections can have attached <ahref="#anchors">Anchors</a>, and it is possible to <ahref="#anchors">link</a> to them. Links to section headers should not be set in source code style.
This is a <ahref="#">link</a>. It sends you to the top of this page. Links can have markup inside them: <ahref="#"><b>bold</b></a>, <ahref="#"><i>italics</i></a>, <ahref="#"><em>emphasis</em></a>, <ahref="#">super<sup>script</sup></a>, <ahref="#">sub<sub>script</sub></a>, and <ahref="#"><code>code</code></a>. Links can also be nested <em><ahref="#">inside</a></em> markup. Links cannot be nested inside each other. This link has no replacement text: <ahref="#">#</a>. The text is filled in by odoc. This is a shorthand link: <ahref="#">#</a>. The text is also filled in by odoc in this case.
163
163
</p>
164
164
<p>
165
-
This is a reference to <ahref="index.html#val-foo"><code>foo</code></a>. References can have replacement text: <ahref="index.html#val-foo">the value foo</a>. Except for the special lookup support, references are pretty much just like links. The replacement text can have nested styles: <ahref="index.html#val-foo"><b>bold</b></a>, <ahref="index.html#val-foo"><i>italic</i></a>, <ahref="index.html#val-foo"><em>emphasis</em></a>, <ahref="index.html#val-foo">super<sup>script</sup></a>, <ahref="index.html#val-foo">sub<sub>script</sub></a>, and <ahref="index.html#val-foo"><code>code</code></a>. It's also possible to surround a reference in a style: <b><ahref="index.html#val-foo"><code>foo</code></a></b>. References can't be nested inside references, and links and references can't be nested inside each other.
165
+
This is a reference to <ahref="#val-foo"><code>foo</code></a>. References can have replacement text: <ahref="#val-foo">the value foo</a>. Except for the special lookup support, references are pretty much just like links. The replacement text can have nested styles: <ahref="#val-foo"><b>bold</b></a>, <ahref="#val-foo"><i>italic</i></a>, <ahref="#val-foo"><em>emphasis</em></a>, <ahref="#val-foo">super<sup>script</sup></a>, <ahref="#val-foo">sub<sub>script</sub></a>, and <ahref="#val-foo"><code>code</code></a>. It's also possible to surround a reference in a style: <b><ahref="#val-foo"><code>foo</code></a></b>. References can't be nested inside references, and links and references can't be nested inside each other.
0 commit comments