The rich markup in help is not rendered by sphinx-click, so the web help for command usage is not easy to read. See discussions [here](https://github.com/ewels/rich-click/issues/48) and [here](https://github.com/tiangolo/typer/issues/200#issuecomment-795873331). Apparently rich markup can be stripped with: ``` Text.from_markup(value).plain ```
The rich markup in help is not rendered by sphinx-click, so the web help for command usage is not easy to read.
See discussions here and here.
Apparently rich markup can be stripped with: