Skip to content

Commit 3ff7fa3

Browse files
Don't plainify the content
1 parent 7e79a4f commit 3ff7fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</summary>
114114
<div class="sd-summary-content sd-card-body docutils">
115115
{{ with (trim $dropdown.body "\n") }}
116-
<p class="sd-card-text">{{ . | markdownify | plainify }}</p>
116+
<p class="sd-card-text">{{ . | markdownify }}</p>
117117
{{ end }}
118118
</div>
119119
</details>

0 commit comments

Comments
 (0)