Skip to content

Commit 04588b5

Browse files
committed
doc: simplify CHANGELOG.md
Remove unnecessary `<sup>` usage and lint-disabling comment.
1 parent 4cb3e06 commit 04588b5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ Select a Node.js version below to view the changelog history:
2424
Please use the following table to find the changelog for a specific Node.js
2525
release.
2626

27-
<!--lint disable maximum-line-length-->
28-
2927
<table>
3028
<tr>
31-
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a><sup>Current</sup></th>
32-
<th title="Current"><a href="doc/changelogs/CHANGELOG_V16.md">16</a><sup>Current</sup></th>
33-
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>LTS</sup></th>
34-
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
29+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a> (Current)</th>
30+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V16.md">16</a> (Current)</th>
31+
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a> (LTS)</th>
32+
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a> (LTS)</th>
3533
</tr>
3634
<tr>
3735
<td valign="top">

0 commit comments

Comments
 (0)