Add shortcodes for super and subscripts
This commit is contained in:
parent
b55b9d249d
commit
32e739958f
2 changed files with 2 additions and 0 deletions
1
layouts/shortcodes/sub.html
Normal file
1
layouts/shortcodes/sub.html
Normal file
|
@ -0,0 +1 @@
|
|||
<sub>{{ .Get 0 }}</sub>
|
1
layouts/shortcodes/sup.html
Normal file
1
layouts/shortcodes/sup.html
Normal file
|
@ -0,0 +1 @@
|
|||
<sup>{{ .Get 0 }}</sup>
|
Loading…
Reference in a new issue