mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
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.