diff --git a/OliverBooth/Markdown/TemplateInlineParser.cs b/OliverBooth/Markdown/TemplateInlineParser.cs index 38435d6..376463a 100644 --- a/OliverBooth/Markdown/TemplateInlineParser.cs +++ b/OliverBooth/Markdown/TemplateInlineParser.cs @@ -85,7 +85,7 @@ public sealed class TemplateInlineParser : InlineParser } else { - ReadOnlySpan result = ReadNext(argumentSpan, ref index, false, out bool hasValue); + ReadOnlySpan result = ReadNext(argumentSpan, ref index, true, out bool _); var key = buffer.ToString(); var value = result.ToString();