Add shortcodes for super and subscripts

This commit is contained in:
Thomas A. Christensen II 2022-02-02 13:33:55 -06:00
parent b55b9d249d
commit 32e739958f
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
<sub>{{ .Get 0 }}</sub>

View file

@ -0,0 +1 @@
<sup>{{ .Get 0 }}</sup>