Skip to content

doc: fix broken markdown/display in cli.html

Rodrigo Muino Tomonari requested to merge github/fork/Trott/lt into master

The < character is interpreted as the start of an HTML tag, making the word address not render and the rest of the document rendered with a grey background and in italics. Use &lt; instead.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Before:

image

After:

image

Merge request reports

Loading