Skip to content

Commit

Permalink
docs: preserve paragraph breaks in module option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Jun 13, 2023
1 parent 67e1d98 commit 0bb45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<table>
<tr>
<td>Description</td>
<td>{{ $option.description }}</td>
<td>{{ safeHTML (replace $option.description "\n\n" "<br/><br/>") }}</td>
</tr>

<tr>
Expand Down

0 comments on commit 0bb45c7

Please sign in to comment.