Skip to content

Commit f1027ec

Browse files
iguessitsokayRaisinTen
authored andcommitted
doc: standardize command flag notes
remove italic styling from command flag notes PR-URL: nodejs#38199 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 8f4850d commit f1027ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/vm.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ added:
387387

388388
> Stability: 1 - Experimental
389389
390-
*This feature is only available with the `--experimental-vm-modules` command
391-
flag enabled.*
390+
This feature is only available with the `--experimental-vm-modules` command
391+
flag enabled.
392392

393393
The `vm.Module` class provides a low-level interface for using
394394
ECMAScript modules in VM contexts. It is the counterpart of the `vm.Script`
@@ -709,8 +709,8 @@ added: v9.6.0
709709

710710
> Stability: 1 - Experimental
711711

712-
*This feature is only available with the `--experimental-vm-modules` command
713-
flag enabled.*
712+
This feature is only available with the `--experimental-vm-modules` command
713+
flag enabled.
714714

715715
* Extends: {vm.Module}
716716

@@ -841,8 +841,8 @@ added:
841841

842842
> Stability: 1 - Experimental
843843

844-
*This feature is only available with the `--experimental-vm-modules` command
845-
flag enabled.*
844+
This feature is only available with the `--experimental-vm-modules` command
845+
flag enabled.
846846

847847
* Extends: {vm.Module}
848848

0 commit comments

Comments
 (0)