diff options
Diffstat (limited to 'layouts/shortcodes/em.html')
| -rw-r--r-- | layouts/shortcodes/em.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/em.html b/layouts/shortcodes/em.html index 11f399a..a3a096c 100644 --- a/layouts/shortcodes/em.html +++ b/layouts/shortcodes/em.html @@ -1 +1 @@ -<mark>{{ .Inner | markdownify }}</mark> +<em>{{ .Inner }}</em> |
