mirror of https://github.com/docker/docs.git
_includes/cli.md: do not escape flag descriptions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
785ec8c45f
commit
efbed96404
|
@ -138,7 +138,7 @@ For example uses of this command, refer to the [examples section](#examples) bel
|
|||
<td markdown="span">`--{{ option.option }}`{% if option.shorthand %} , `-{{ option.shorthand }}`{% endif %}</td>
|
||||
{%- endif %}
|
||||
<td markdown="span">{{ option-default }}</td>
|
||||
<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>
|
||||
</tr>
|
||||
{% endfor %} <!-- end for option -->
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue