docs: fix rendering of examples

This commit is contained in:
phaer 2024-06-16 13:35:07 +02:00
parent 8cf6639c8b
commit 7aca3e34ff

View File

@ -25,7 +25,7 @@
<tr>
<td>example</td>
<td>
<pre>{{(option.example | default({})).text | replace("\n", "\\n")}}</pre>
<pre>{{(option.example | default({})).text}}</pre>
</td>
</tr>
{%- endif -%}