summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-16 15:56:02 +0000
committerGitHub <noreply@github.com>2022-07-16 15:56:02 +0000
commitbe350388d946003c39fa6bf2cd311c71a33c5fec (patch)
tree40beaa30860c1951f7a8af7e83af3c0db3041143 /layouts/shortcodes
parentce43a3bc4db0c35b58c04676f8df96b61d285717 (diff)
parent2d3301aeaccafb28a31fd1be8dc351e08e2bb82e (diff)
Merge pull request #215 from arielcostas/code-highlight
Add shortcode for <mark>ing text and code
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/hl.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/hl.html b/layouts/shortcodes/hl.html
new file mode 100644
index 0000000..de10914
--- /dev/null
+++ b/layouts/shortcodes/hl.html
@@ -0,0 +1 @@
+<mark>{{ .Inner }}</mark> \ No newline at end of file