We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5419b commit 86e6bb7Copy full SHA for 86e6bb7
src/MarkdownSnippets/Reading/EndFunc.cs
@@ -0,0 +1 @@
1
+delegate bool EndFunc(string line);
src/MarkdownSnippets/Reading/StartEndTester.cs
@@ -1,6 +1,4 @@
-public delegate bool EndFunc(string line);
2
-
3
-static class StartEndTester
+static class StartEndTester
4
{
5
internal static bool IsStartOrEnd(string trimmedLine) =>
6
IsBeginSnippet(trimmedLine) ||
0 commit comments