Skip to content

Commit b7f480e

Browse files
committed
doc: replace NOTEs that do not render properly
This commit removes two NOTEs that render properly as Markdown, but not on the docs website.
1 parent 3a497dc commit b7f480e

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

doc/api/cli.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -919,14 +919,10 @@ added: REPLACEME
919919

920920
> Stability: 1.0 - Early development
921921
922-
If present, Node.js will look for a
923-
configuration file at the specified path.
924-
Node.js will read the configuration file and apply the settings.
925-
The configuration file should be a JSON file
926-
with the following structure:
927-
928-
> \[!NOTE]
929-
> Replace `vX.Y.Z` in the `$schema` with the version of Node.js you are using.
922+
If present, Node.js will look for a configuration file at the specified path.
923+
Node.js will read the configuration file and apply the settings. The
924+
configuration file should be a JSON file with the following structure. `vX.Y.Z`
925+
in the `$schema` must be replaced with the version of Node.js you are using.
930926

931927
```json
932928
{

doc/api/typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ but we recommend version 5.8 or newer with the following `tsconfig.json` setting
9191
}
9292
```
9393

94-
> \[!NOTE]
95-
> Use the `noEmit` option if you intend to only execute `*.ts` files, for example a build script.
96-
> You won't need this flag if you intend to distribute `*.js` files for performance reasons.
94+
Use the `noEmit` option if you intend to only execute `*.ts` files, for example
95+
a build script. You won't need this flag if you intend to distribute `*.js`
96+
files for performance reasons.
9797

9898
### Determining module system
9999

0 commit comments

Comments
 (0)