From e6c599b680481cd218cfa4d4634f6233218888b7 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 38cd874940c098..dfc0cfc6d7e056 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` @@ -699,8 +699,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} @@ -829,8 +829,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}