{% capture code %}“`sh {{ row | lstrip }} “`{% endcapture %}

<tr>

<td>

{% if row != “” %} {% include page/code-header.html icon=“terminal” title=“Terminal” %} {{ code | markdownify }} {% endif %}

</td>

</tr>