diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-07-16 15:56:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-16 15:56:02 +0000 |
| commit | be350388d946003c39fa6bf2cd311c71a33c5fec (patch) | |
| tree | 40beaa30860c1951f7a8af7e83af3c0db3041143 /layouts/shortcodes/hl.html | |
| parent | ce43a3bc4db0c35b58c04676f8df96b61d285717 (diff) | |
| parent | 2d3301aeaccafb28a31fd1be8dc351e08e2bb82e (diff) | |
Merge pull request #215 from arielcostas/code-highlight
Add shortcode for <mark>ing text and code
Diffstat (limited to 'layouts/shortcodes/hl.html')
| -rw-r--r-- | layouts/shortcodes/hl.html | 1 |
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 |
