Skip to content

Commit 921d64e

Browse files
committed
added Emoji replace
1 parent d9c98c8 commit 921d64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OneMore/Commands/File/Markdown/OneMoreDig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public static string ConvertMarkdownToHtml(string path, string markdown)
2222

2323
var pipeline = new MarkdownPipelineBuilder()
2424
.UseAdvancedExtensions()
25+
.UseEmojiAndSmiley()
2526
.UseOneMoreExtensions()
2627
.UseWikilinks()
2728
.Build();

0 commit comments

Comments
 (0)