remove warn

This commit is contained in:
menduz 2022-10-02 21:55:47 -03:00
parent 1642ba8fcd
commit da7492ba2c
No known key found for this signature in database
GPG Key ID: 78AC067F75AC1B64

View File

@ -1,13 +0,0 @@
{{ warnf "Expand shortcode is deprecated. Use 'details' instead." }}
<div class="book-expand">
<label>
<div class="book-expand-head flex justify-between">
<span>{{ default (i18n "Expand") (.Get 0) }}</span>
<span>{{ default "↕" (.Get 1) }}</span>
</div>
<input type="checkbox" class="hidden" />
<div class="book-expand-content markdown-inner">
{{ .Inner | markdownify }}
</div>
</label>
</div>