Files
expressjs.com/_posts
Gabriel Assis Bezerra 688c59b4aa 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.
2025-04-15 09:29:09 -05:00
..