Github user NightOwl888 commented on the issue:
https://github.com/apache/lucenenet/pull/206
@Shazwazza - Ok, you have explained how to link from one document to
another in Markdown. How would you do an anchor within the same document so
that it works in DocFx?
I went through the tutorial
[here](https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html),
but there was no mention of how to do it. It works in GitHub if you do...
```
## Something To Link To
```
and then link to it using
```
[link text](#something-to-link-to)
```
Is that also the case with DocFx?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---