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
Move unnumbered class from Image to containing Figure
Otherwise, assigning the `unnumbered` class to a Figure in Markdown has
no effect, as the class is assigned to the Image, not the containing
Figure. Close#28.
<p>See <spanclass="cross-ref-group"><spanclass="crossrefs-of-a-kind">Figs. <ahref="#fig1" class="cross-ref">1</a> and <ahref="#fig2" class="cross-ref">2</a></span></span>.</p>
41
-
<h1data-number="5" id="groups-of-cross-references-of-non-uniform-types"><spanclass="header-section-number">5</span> Groups of cross-references of non-uniform types</h1>
46
+
<h1data-number="6" id="groups-of-cross-references-of-non-uniform-types"><spanclass="header-section-number">6</span> Groups of cross-references of non-uniform types</h1>
42
47
<p>See <spanclass="cross-ref-group"><ahref="#sec1" class="cross-ref">Sec. 1</a> and <spanclass="crossrefs-of-a-kind">Figs. <ahref="#fig2" class="cross-ref">2</a> and <ahref="#fig3" class="cross-ref">3</a></span></span>.</p>
43
48
<p>See <spanclass="cross-ref-group"><spanclass="crossrefs-of-a-kind">Secs. <ahref="#sec1" class="cross-ref">1</a> and <ahref="#sec2" class="cross-ref">2</a></span> and <ahref="#fig3" class="cross-ref">Fig. 3</a></span>.</p>
<p>Single cross-reference in group: See <spanclass="cross-ref-group"><ahref="#eq1" class="cross-ref">Eqn. 1</a></span>.</p>
52
57
<p>Cross-reference group that doesn’t begin and end in a cross-reference: See <spanclass="cross-ref-group">in particular <spanclass="crossrefs-of-a-kind">Secs. <ahref="#sec1" class="cross-ref">1</a>, <ahref="#sec2" class="cross-ref">2</a>, and <ahref="#sec3" class="cross-ref">3</a></span> as well.</span></p>
0 commit comments