Skip to content

Commit

Permalink
Merge pull request #1709 from max-heller/unclosed-sup
Browse files Browse the repository at this point in the history
Fix unclosed `<sup>` elements
  • Loading branch information
ehuss authored Jan 6, 2025
2 parents acd6794 + d3a7ff8 commit 5d734c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
r[ident]

r[ident.syntax]
> **<sup>Lexer:<sup>**\
> **<sup>Lexer:</sup>**\
> IDENTIFIER_OR_KEYWORD :\
> &nbsp;&nbsp; &nbsp;&nbsp; XID_Start XID_Continue<sup>\*</sup>\
> &nbsp;&nbsp; | `_` XID_Continue<sup>+</sup>
Expand Down
2 changes: 1 addition & 1 deletion src/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
r[items]

r[items.syntax]
> **<sup>Syntax:<sup>**\
> **<sup>Syntax:</sup>**\
> _Item_:\
> &nbsp;&nbsp; [_OuterAttribute_]<sup>\*</sup>\
> &nbsp;&nbsp; &nbsp;&nbsp; _VisItem_\
Expand Down
2 changes: 1 addition & 1 deletion src/items/extern-crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
r[items.extern-crate]

r[items.extern-crate.syntax]
> **<sup>Syntax:<sup>**\
> **<sup>Syntax:</sup>**\
> _ExternCrate_ :\
> &nbsp;&nbsp; `extern` `crate` _CrateRef_ _AsClause_<sup>?</sup> `;`
>
Expand Down
2 changes: 1 addition & 1 deletion src/visibility-and-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
r[vis]

r[vis.syntax]
> **<sup>Syntax<sup>**\
> **<sup>Syntax</sup>**\
> _Visibility_ :\
> &nbsp;&nbsp; &nbsp;&nbsp; `pub`\
> &nbsp;&nbsp; | `pub` `(` `crate` `)`\
Expand Down

0 comments on commit 5d734c9

Please sign in to comment.