We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785ec8c commit efbed96Copy full SHA for efbed96
_includes/cli.md
@@ -138,7 +138,7 @@ For example uses of this command, refer to the [examples section](#examples) bel
138
<td markdown="span">`--{{ option.option }}`{% if option.shorthand %} , `-{{ option.shorthand }}`{% endif %}</td>
139
{%- endif %}
140
<td markdown="span">{{ option-default }}</td>
141
- <td markdown="span">{% if all-badges != '' %}{{ all-badges | strip }}<br />{% endif %}{{ option.description | strip | escape }}</td>
+ <td markdown="span">{% if all-badges != '' %}{{ all-badges | strip }}<br />{% endif %}{{ option.description | strip }}</td>
142
</tr>
143
{% endfor %} <!-- end for option -->
144
</tbody>
0 commit comments