Skip to content

Commit 688c59b

Browse files
Fix formatting of *s in v5-1-latest-release (#1875)
Fix formatting of *s Problem: instead of showing asterisks on each line, the website has the text formatted bold and no line breaks. Solution: add ` ` at the end of the line to break the lines. Solution: escape the `*` as `\*` to avoid that they are interpreted as formatting commands.
1 parent 3b8f190 commit 688c59b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-03-31-v5-1-latest-release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ starts the clock on EOL for v4 by moving it to `MAINTENANCE`. We recognize that
113113
only major version for most of the history of Node.js itself. Because of this, we want to remain flexible and also
114114
provide a bit longer support. We want to do what is best for the ecosystem, so consider these goals not commitments.
115115

116-
*: v4 is a special case, and we may extend MAINTENENCE support
117-
**: v5 MAINTENENCE and EOL dates are determined by when v6 is released, these dates reflect the earliest dates if we
118-
were to ship v6 on 2025-10-01
119-
***: v6 work has not officially started yet, this is simply the earliest date we can ship based on our proposed policy
116+
\*: v4 is a special case, and we may extend MAINTENENCE support
117+
\*\*: v5 MAINTENENCE and EOL dates are determined by when v6 is released, these dates reflect the earliest dates if we
118+
were to ship v6 on 2025-10-01
119+
\*\*\* : v6 work has not officially started yet, this is simply the earliest date we can ship based on our proposed policy
120120

121121
---
122122

0 commit comments

Comments
 (0)