diff --git a/OliverBooth.Extensions.SmartFormat/MarkdownFormatter.cs b/OliverBooth.Extensions.SmartFormat/MarkdownFormatter.cs index 2f38c96..2a2a447 100644 --- a/OliverBooth.Extensions.SmartFormat/MarkdownFormatter.cs +++ b/OliverBooth.Extensions.SmartFormat/MarkdownFormatter.cs @@ -33,7 +33,7 @@ public sealed class MarkdownFormatter : IFormatter return false; var pipeline = _serviceProvider.GetService(); - formattingInfo.Write(Markdig.Markdown.ToHtml(value, pipeline)); + formattingInfo.Write(Markdown.ToHtml(value, pipeline)); return true; } }