fix: remove htmlUnescape from expand shortcode (#667)
This commit is contained in:
parent
dc3ede1b72
commit
3bd1d7cd6b
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
</label>
|
</label>
|
||||||
<input id="{{ $id }}-{{ .Ordinal }}" type="checkbox" class="gdoc-expand__control hidden" />
|
<input id="{{ $id }}-{{ .Ordinal }}" type="checkbox" class="gdoc-expand__control hidden" />
|
||||||
<div class="gdoc-markdown--nested gdoc-expand__content">
|
<div class="gdoc-markdown--nested gdoc-expand__content">
|
||||||
{{ .Inner | $.Page.RenderString | htmlUnescape | safeHTML }}
|
{{ .Inner | $.Page.RenderString }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue