Make the shortcodes HTML-specific

This commit is contained in:
2020-02-23 20:24:40 -08:00
parent ee90351c17
commit 7ff919c31b
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<span class="sidenote">
<label class="sidenote-label" for="{{ .Get 1 }}">{{ .Get 2 }}</label>
<input class="sidenote-checkbox" type="checkbox" id="{{ .Get 1 }}"></input>
<span class="sidenote-content sidenote-{{ .Get 0 }}">
{{ .Inner }}
</span>
</span>