From efbed96404feda0e9d26b2e22d482076b83fd122 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 5 Nov 2022 09:18:07 +0100 Subject: [PATCH] _includes/cli.md: do not escape flag descriptions Signed-off-by: CrazyMax --- _includes/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cli.md b/_includes/cli.md index e42798f9c5..732adce30d 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -138,7 +138,7 @@ For example uses of this command, refer to the [examples section](#examples) bel `--{{ option.option }}`{% if option.shorthand %} , `-{{ option.shorthand }}`{% endif %} {%- endif %} {{ option-default }} - {% if all-badges != '' %}{{ all-badges | strip }}
{% endif %}{{ option.description | strip | escape }} + {% if all-badges != '' %}{{ all-badges | strip }}
{% endif %}{{ option.description | strip }} {% endfor %}