Skip to content

Commit

Permalink
feat: Enable smileys in "emojis and smileys extension"
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaderbacher committed Mar 8, 2024
1 parent 9c21c2f commit 7b31f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docfx.MarkdigEngine.Extensions/MarkdownExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static MarkdownPipelineBuilder UseDocfxExtensions(
.UseDFMCodeInfoPrefix()
.UseQuoteSectionNote(context, notes)
.UseXref()
.UseEmojiAndSmiley(false)
.UseEmojiAndSmiley()
.UseTabGroup(context)
.UseMonikerRange(context)
.UseInteractiveCode()
Expand Down

0 comments on commit 7b31f9e

Please sign in to comment.