Skip to content

Commit f27a646

Browse files
haytonalafriks
authored andcommitted
Enable emoji for wiki view (#3158)
Enable emoji for wiki page content. It is enabled in the edit preview so the view should match. Signed-off-by: Hamish Carpenter <[email protected]>
1 parent 4b5197b commit f27a646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/wiki/view.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</div>
7474
{{end}}
7575
<div class="ui {{if .sidebarPresent}}grid equal width{{end}}" style="margin-top: 1rem;">
76-
<div class="ui {{if .sidebarPresent}}eleven wide column{{end}} segment markdown">
76+
<div class="ui {{if .sidebarPresent}}eleven wide column{{end}} segment markdown has-emoji">
7777
{{.content | Str2html}}
7878
</div>
7979
{{if .sidebarPresent}}

0 commit comments

Comments
 (0)