Skip to content

Commit

Permalink
added Emoji replace
Browse files Browse the repository at this point in the history
  • Loading branch information
weissm committed Nov 26, 2024
1 parent d9c98c8 commit 921d64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OneMore/Commands/File/Markdown/OneMoreDig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static string ConvertMarkdownToHtml(string path, string markdown)

var pipeline = new MarkdownPipelineBuilder()
.UseAdvancedExtensions()
.UseEmojiAndSmiley()
.UseOneMoreExtensions()
.UseWikilinks()
.Build();
Expand Down

0 comments on commit 921d64e

Please sign in to comment.