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 72cca15 commit d389218Copy full SHA for d389218
src/Elastic.Markdown/IO/MarkdownFile.cs
@@ -168,7 +168,7 @@ private void ReadDocumentInstructions(MarkdownDocument document)
168
.Select(b => b.CrossReferenceName)
169
.Where(l => !string.IsNullOrWhiteSpace(l))
170
.Select(s => s.Slugify())
171
- .Concat(document.Descendants<InlineAnchor>().Select(a=>a.Anchor))
+ .Concat(document.Descendants<InlineAnchor>().Select(a => a.Anchor))
172
.ToArray();
173
174
foreach (var label in labels)
0 commit comments