Skip to content

Commit a331a4d

Browse files
committed
remove TODO to make these properties static as they now are in fact static
1 parent 08a4c14 commit a331a4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.Markdown/Myst/MarkdownParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public class MarkdownParser(
2727

2828
private BuildContext Context { get; } = context;
2929

30-
//TODO directive properties are stateful, rewrite this so we can cache builders
3130
public static MarkdownPipeline MinimalPipeline { get; } =
3231
new MarkdownPipelineBuilder()
3332
.UseDiagnosticLinks()

0 commit comments

Comments
 (0)