Add initial implementation of sidenotes

This commit is contained in:
2019-12-06 00:10:26 -08:00
parent 3df9c57482
commit b0529a9124
5 changed files with 68 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
<span class="sidenote {{ .Get 0 }}">
<label class="sidenote-label">{{ .Get 2 }}</label>
<span class="sidenote-content">
{{ .Inner }}
</span>
</span>