From 0b96055d68438897bc4673f08ad294f892b492c9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 13 Jul 2020 22:24:55 +0200 Subject: [PATCH] fix wrapping --- exampleSite/content/posts/emojies.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/posts/emojies.md b/exampleSite/content/posts/emojies.md index 3b0211f..2065a02 100644 --- a/exampleSite/content/posts/emojies.md +++ b/exampleSite/content/posts/emojies.md @@ -17,9 +17,9 @@ To enable emoji globally, set `enableEmoji` to `true` in your site's [configurat -{{< emojify ":see_no_evil:" >}} :see_no_evil: -{{< emojify ":hear_no_evil:" >}} :hear_no_evil: -{{< emojify ":speak_no_evil:" >}} :speak_no_evil: +{{< emojify ":see_no_evil:" >}} :see_no_evil: +{{< emojify ":hear_no_evil:" >}} :hear_no_evil: +{{< emojify ":speak_no_evil:" >}} :speak_no_evil: @@ -30,8 +30,9 @@ The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack. {{< /hint >}} - **Example:** + + {{< highlight html "linenos=table" >}} .emoji { font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;