fix: Use markdig all extensions.
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m31s
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m31s
This commit is contained in:
parent
f669328b0c
commit
938539baca
|
@ -11,6 +11,8 @@ public static class ServiceCollectionExtensions
|
|||
{
|
||||
MarkdownPipelineBuilder builder = new();
|
||||
|
||||
builder.UseAdvancedExtensions();
|
||||
|
||||
collection.AddSingleton<MarkdownPipeline>(_ => builder.Build());
|
||||
|
||||
return collection;
|
||||
|
|
Loading…
Reference in New Issue
Block a user