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 945f72a commit cb5b77aCopy full SHA for cb5b77a
src/Elastic.Markdown/IO/MarkdownFile.cs
@@ -176,8 +176,6 @@ private void ReadDocumentInstructions(MarkdownDocument document)
176
foreach (var t in contents)
177
_tableOfContent[t.Slug] = t;
178
179
- var inlineAnchros = document.Descendants<InlineAnchor>().ToList();
180
-
181
var anchors = document.Descendants<DirectiveBlock>()
182
.Select(b => b.CrossReferenceName)
183
.Where(l => !string.IsNullOrWhiteSpace(l))
0 commit comments