Skip to content

Commit 79a67ef

Browse files
authored
Remove diagnostic link and sub parsing from the minimal parse routine (#141)
1 parent 99ae294 commit 79a67ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Elastic.Markdown/Myst/MarkdownParser.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ public class MarkdownParser(
2929

3030
public static MarkdownPipeline MinimalPipeline { get; } =
3131
new MarkdownPipelineBuilder()
32-
.UseDiagnosticLinks()
3332
.UseYamlFrontMatter()
3433
.UseDirectives()
35-
.UseSubstitution()
3634
.Build();
3735

3836
public static MarkdownPipeline Pipeline { get; } =

0 commit comments

Comments
 (0)