From f1027ecf2970f659ca7a439ceebf561ce6a1ece5 Mon Sep 17 00:00:00 2001 From: Ferdi Date: Sun, 11 Apr 2021 13:30:39 +0100 Subject: [PATCH] doc: standardize command flag notes remove italic styling from command flag notes PR-URL: https://github.com/nodejs/node/pull/38199 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: Darshan Sen Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/api/vm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index ec3237adfb2ec3..cad26d9f306a4f 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -387,8 +387,8 @@ added: > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. The `vm.Module` class provides a low-level interface for using ECMAScript modules in VM contexts. It is the counterpart of the `vm.Script` @@ -709,8 +709,8 @@ added: v9.6.0 > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. * Extends: {vm.Module} @@ -841,8 +841,8 @@ added: > Stability: 1 - Experimental -*This feature is only available with the `--experimental-vm-modules` command -flag enabled.* +This feature is only available with the `--experimental-vm-modules` command +flag enabled. * Extends: {vm.Module}