Added Bold and Italics Shortcodes

This commit is contained in:
Xavi 2023-02-28 18:36:41 -08:00
parent a72669d91d
commit 0beae9fb8e
2 changed files with 2 additions and 0 deletions

View File

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

View File

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