Fix escaped underscores (r5,r6,dsR6)

Imported DITA files contain escaped underscores in literal contexts
that are passed to output as is, resulting in inaccurate content.
This review cleans up instances based on grep of HTML output.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I63a8675e6199461b4ee9694e44cd6fd1db12f788
This commit is contained in:
Ron Stone
2022-06-08 10:47:55 -04:00
parent a97ce646d9
commit 7014f65e69
3 changed files with 11 additions and 11 deletions

View File

@@ -89,11 +89,11 @@ The optional arguments are:
``--reset-values``
Replace any existing helm chart overrides with the ones specified.
``--values <file\_name>``
``--values <file_name>``
Specify a YAML file containing helm chart override values. Can specify
multiple times.
``--set <commandline\_overrides>``
``--set <commandline_overrides>``
Set helm chart override values on the command line. Multiple override
values can be specified with multiple ``--set`` arguments. These are
processed after ``--values`` files.