Skip to content

Commit

Permalink
fix: remove htmlUnescape from expand shortcode (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Jul 12, 2023
1 parent dc3ede1 commit 3bd1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/expand.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</label>
<input id="{{ $id }}-{{ .Ordinal }}" type="checkbox" class="gdoc-expand__control hidden" />
<div class="gdoc-markdown--nested gdoc-expand__content">
{{ .Inner | $.Page.RenderString | htmlUnescape | safeHTML }}
{{ .Inner | $.Page.RenderString }}
</div>
</div>

0 comments on commit 3bd1d7c

Please sign in to comment.