Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2021-04-01 19:52:19 +0300
committersudorook <daemon@nullcodon.com>2021-03-31 22:24:34 +0300
commit84bc5f668dddb582e1b6daa75b2848c1a7e89f00 (patch)
treeeb4c83666a0cac5615953014d7474ad22da61087
parentc23e1c72bb21f6830927dd333734416e2143a0ad (diff)
add shortcode for inserting raw html into markdown files
-rw-r--r--layouts/shortcodes/html.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/html.html b/layouts/shortcodes/html.html
new file mode 100644
index 0000000..59448a1
--- /dev/null
+++ b/layouts/shortcodes/html.html
@@ -0,0 +1 @@
+{{ .Inner }}