Skip to content

Commit 5d734c9

Browse files
authored
Merge pull request #1709 from max-heller/unclosed-sup
Fix unclosed `<sup>` elements
2 parents acd6794 + d3a7ff8 commit 5d734c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/identifiers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
r[ident]
44

55
r[ident.syntax]
6-
> **<sup>Lexer:<sup>**\
6+
> **<sup>Lexer:</sup>**\
77
> IDENTIFIER_OR_KEYWORD :\
88
> &nbsp;&nbsp; &nbsp;&nbsp; XID_Start XID_Continue<sup>\*</sup>\
99
> &nbsp;&nbsp; | `_` XID_Continue<sup>+</sup>

src/items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
r[items]
44

55
r[items.syntax]
6-
> **<sup>Syntax:<sup>**\
6+
> **<sup>Syntax:</sup>**\
77
> _Item_:\
88
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>\
99
> &nbsp;&nbsp; &nbsp;&nbsp; _VisItem_\

src/items/extern-crates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
r[items.extern-crate]
44

55
r[items.extern-crate.syntax]
6-
> **<sup>Syntax:<sup>**\
6+
> **<sup>Syntax:</sup>**\
77
> _ExternCrate_ :\
88
> &nbsp;&nbsp; `extern` `crate` _CrateRef_ _AsClause_<sup>?</sup> `;`
99
>

src/visibility-and-privacy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
r[vis]
44

55
r[vis.syntax]
6-
> **<sup>Syntax<sup>**\
6+
> **<sup>Syntax</sup>**\
77
> _Visibility_ :\
88
> &nbsp;&nbsp; &nbsp;&nbsp; `pub`\
99
> &nbsp;&nbsp; | `pub` `(` `crate` `)`\

0 commit comments

Comments
 (0)