Skip to content

Commit

Permalink
Remove diagnostic link and sub parsing from the minimal parse routine (
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Jan 7, 2025
1 parent 99ae294 commit 79a67ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Elastic.Markdown/Myst/MarkdownParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ public class MarkdownParser(

public static MarkdownPipeline MinimalPipeline { get; } =
new MarkdownPipelineBuilder()
.UseDiagnosticLinks()
.UseYamlFrontMatter()
.UseDirectives()
.UseSubstitution()
.Build();

public static MarkdownPipeline Pipeline { get; } =
Expand Down

0 comments on commit 79a67ef

Please sign in to comment.