refactor: remove redundant qualifier
This commit is contained in:
parent
8f35f448b6
commit
4cbcb6c592
@ -33,7 +33,7 @@ public sealed class MarkdownFormatter : IFormatter
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
var pipeline = _serviceProvider.GetService<MarkdownPipeline>();
|
var pipeline = _serviceProvider.GetService<MarkdownPipeline>();
|
||||||
formattingInfo.Write(Markdig.Markdown.ToHtml(value, pipeline));
|
formattingInfo.Write(Markdown.ToHtml(value, pipeline));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user