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: integration-tests/test-generic.html
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ <h2>Links</h2>
26
26
<h3>Interwiki links</h3>
27
27
Some links lead to other instances.
28
28
<h2>Math</h2>
29
-
Let us do some <imgalt="image" src="./images/241e89bf30991bd082129555304cb82d10322b44.png" style="width: 13.278ex; height: 2.343ex; vertical-align: -0.505ex;"> stuff:
29
+
Let us do some <imgalt="image" src="./images/af45bbf21bbd7c5efe9d88f49daee8f26c496777.png" style="width: 13.278ex; height: 2.343ex; vertical-align: -0.505ex;"> stuff:
Copy file name to clipboardExpand all lines: integration-tests/test-generic.mediawiki
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,24 @@ A bit tricky but they work as well:
130
130
131
131
== References ==
132
132
133
-
They will be collectedand are visibleat the end of the document:<br>
133
+
They will be collected<refname="another-ref">This is true</ref> and are visible<ref>Some reference</ref> at the end of the document:<refname="another-ref" /><br>
134
134
135
+
There are also grouped references possible.<ref group="some-group">Some grouped ref</ref><br>
136
+
Even named<ref group="some-group" name="grouped-ref-name"/> grouped references work!<ref group="some-group" name="grouped-ref-name">Some named grouped ref</ref><br>
137
+
138
+
Normal refs:<br>
135
139
<references />
136
140
141
+
Here comes<refname="yet-another-named-ref" /> additional content.<ref>bar</ref>
142
+
143
+
Additional refs:<br>
144
+
<references>
145
+
<refname="yet-another-named-ref">Aaaaaaand another boring reference no one ever reads.</ref>
0 commit comments