summaryrefslogtreecommitdiffstats
path: root/modules/markup
diff options
context:
space:
mode:
Diffstat (limited to 'modules/markup')
-rw-r--r--modules/markup/html.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/markup/html.go b/modules/markup/html.go
index c5bb4d847b..8fbfee6a53 100644
--- a/modules/markup/html.go
+++ b/modules/markup/html.go
@@ -284,6 +284,8 @@ func RenderDescriptionHTML(
urlPrefix: urlPrefix,
procs: []processor{
descriptionLinkProcessor,
+ emojiShortCodeProcessor,
+ emojiProcessor,
},
}
return ctx.postProcess(rawHTML)