Skip to content

Commit

Permalink
fix: wire up alerts and plantuml extension parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Jan 6, 2024
1 parent a22d5ac commit 305cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docfx.MarkdigEngine/MarkdigMarkdownService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private MarkdownPipeline CreateMarkdownPipeline(bool isInline, bool multipleYaml

var builder = new MarkdownPipelineBuilder();

builder.UseDocfxExtensions(_context);
builder.UseDocfxExtensions(_context, _parameters?.Extensions?.Alerts, _parameters?.Extensions?.PlantUml);
builder.Extensions.Insert(0, new YamlHeaderExtension(_context) { AllowInMiddleOfDocument = multipleYamlHeader });

if (enableSourceInfo)
Expand Down

0 comments on commit 305cabf

Please sign in to comment.