Skip to content

Commit fc38014

Browse files
hemanthjasnell
andauthored
docs: avoid bold texts
Co-authored-by: James M Snell <jasnell@gmail.com>
1 parent 6beba0c commit fc38014

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/api/repl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ added: REPLACEME
242242
When `useColors` is `true`, the REPL highlights
243243
JavaScript input using the following color scheme:
244244

245-
* **Keywords** (`const`, `let`, `function`, `if`, `return`, etc.): Magenta
246-
* **Strings** (single-quoted, double-quoted, and template literals): Green
247-
* **Numbers**: Yellow
248-
* **Boolean literals** (`true`, `false`), `null`, `undefined`, `NaN`,
245+
* Keywords (`const`, `let`, `function`, `if`, `return`, etc.): Magenta
246+
* Strings (single-quoted, double-quoted, and template literals): Green
247+
* Numbers: Yellow
248+
* Boolean literals (`true`, `false`), `null`, `undefined`, `NaN`,
249249
`Infinity`: Yellow
250-
* **Regular expressions**: Red
251-
* **Comments** (line and block): Gray
250+
* Regular expressions: Red
251+
* Comments (line and block): Gray
252252

253253
Syntax highlighting is applied only to the display; the internal `line`
254254
property remains plain text. Highlighting can be disabled by passing

0 commit comments

Comments
 (0)