Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML sections aren't handled fully properly #59

Open
joshua-light opened this issue Dec 21, 2023 · 0 comments
Open

HTML sections aren't handled fully properly #59

joshua-light opened this issue Dec 21, 2023 · 0 comments
Labels
markdown Issue related to the built-in Markdown renderer
Milestone

Comments

@joshua-light
Copy link
Member

joshua-light commented Dec 21, 2023

When we process a reference to a method (like in <see> tag), we use HTML sections in order to construct a reference to the specific method. However, sometimes there are two methods with the same name.

For example, the ConsoleLoggerFactory.Dispose) is defined two times in a single page and hence have two sections: #dispose and #dispose-1.

With our current implementation, we'd always produce a reference to the first method even if we meant the second one.

@joshua-light joshua-light added the markdown Issue related to the built-in Markdown renderer label Dec 21, 2023
@joshua-light joshua-light added this to the 0.0.4 milestone Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markdown Issue related to the built-in Markdown renderer
Projects
None yet
Development

No branches or pull requests

1 participant