@@ -78,7 +78,7 @@ <h6 id="subparagraph"><a href="#subparagraph" class="anchor"></a>
7878 italics.
7979 </ i >
8080 < i > It also work the same in
81- < a href ="# "> links in italics with
81+ < a href ="# " class =" external-link " > links in italics with
8282 < em > emphasis < em class ="odd "> in</ em > emphasis</ em > .
8383 </ a >
8484 </ i >
@@ -101,16 +101,20 @@ <h6 id="subparagraph"><a href="#subparagraph" class="anchor"></a>
101101 < h2 id ="links-and-references ">
102102 < a href ="#links-and-references " class ="anchor "> </ a > Links and references
103103 </ h2 >
104- < p > This is a < a href ="# "> link</ a > . It sends you to the top of this
105- page. Links can have markup inside them: < a href ="# "> < b > bold</ b > </ a >
106- , < a href ="# "> < i > italics</ i > </ a > , < a href ="# "> < em > emphasis</ em > </ a >
107- , < a href ="# "> super< sup > script</ sup > </ a > ,
108- < a href ="# "> sub< sub > script</ sub > </ a > , and
109- < a href ="# "> < code > code</ code > </ a > . Links can also be nested
110- < em > < a href ="# "> inside</ a > </ em > markup. Links cannot be nested inside
111- each other. This link has no replacement text: < a href ="# "> #</ a >
112- . The text is filled in by odoc. This is a shorthand link:
113- < a href ="# "> #</ a > . The text is also filled in by odoc in this case.
104+ < p > This is a < a href ="# " class ="external-link "> link</ a > . It sends
105+ you to the top of this page. Links can have markup inside them:
106+ < a href ="# " class ="external-link "> < b > bold</ b > </ a > ,
107+ < a href ="# " class ="external-link "> < i > italics</ i > </ a > ,
108+ < a href ="# " class ="external-link "> < em > emphasis</ em > </ a > ,
109+ < a href ="# " class ="external-link "> super< sup > script</ sup > </ a > ,
110+ < a href ="# " class ="external-link "> sub< sub > script</ sub > </ a > , and
111+ < a href ="# " class ="external-link "> < code > code</ code > </ a > . Links can
112+ also be nested < em > < a href ="# " class ="external-link "> inside</ a > </ em >
113+ markup. Links cannot be nested inside each other. This link has
114+ no replacement text: < a href ="# " class ="external-link "> #</ a > . The
115+ text is filled in by odoc. This is a shorthand link:
116+ < a href ="# " class ="external-link "> #</ a > . The text is also filled
117+ in by odoc in this case.
114118 </ p >
115119 < p > This is a reference to < a href ="#val-foo "> < code > foo</ code > </ a > .
116120 References can have replacement text:
@@ -209,7 +213,7 @@ <h2 id="modules"><a href="#modules" class="anchor"></a>Modules</h2>
209213 </ ul >
210214 < ul class ="at-tags ">
211215 < li class ="see "> < span class ="at-tag "> see</ span >
212- < a href ="# " class ="value "> #</ a > < p > this url</ p >
216+ < a href ="# " class ="external-link value "> #</ a > < p > this url</ p >
213217 </ li >
214218 </ ul >
215219 < ul class ="at-tags ">
0 commit comments