Skip to content

Commit d09ec5f

Browse files
committed
doc-266 update format
1 parent 46f0158 commit d09ec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/components/actions-fields.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3>{{category.category}}</h3>
5050
{% for field in action.fields %}
5151
<tr>
5252
<td>{{field.name}}</td>
53-
<td>{% if field.default %}Default <code>{{field.default}}</code><br />{%endif%}{{field.description}}</td>
53+
<td>{% if field.default %}Default <code>{{field.default}}</code><br />{%endif%}{{field.description | markdownify}}</td>
5454
</tr>
5555
{%endfor%}
5656
</tbody>

0 commit comments

Comments
 (0)