We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f0158 commit d09ec5fCopy full SHA for d09ec5f
src/_includes/components/actions-fields.html
@@ -50,7 +50,7 @@ <h3>{{category.category}}</h3>
50
{% for field in action.fields %}
51
<tr>
52
<td>{{field.name}}</td>
53
-<td>{% if field.default %}Default <code>{{field.default}}</code><br />{%endif%}{{field.description}}</td>
+<td>{% if field.default %}Default <code>{{field.default}}</code><br />{%endif%}{{field.description | markdownify}}</td>
54
</tr>
55
{%endfor%}
56
</tbody>
0 commit comments