You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried using your tool with --Sections "TableOfContents".
I noticed that the anchor links generated are broken, because the url refers to the full name of the items ("file.md#namespace.classname") while the titles marked with '#' are written differently ("classname class"), so the urls should be like
"file.md#classname-class" "file.md#method()-Method" (with escaped parenthesis) etc..
i think the problem might be in DefaultDocumentation.Markdown.UrlFactories.DocItemFactory line 48
hum normally there should be a <a name='EmsRepositoryWebApp.Controllers.V1.ErrorHandlerController'/> target on the page that correspond to the actual link target, or is there some markdown interpretation that automatically try to link to the ## Header title instead?
Hi,
I tried using your tool with --Sections "TableOfContents".
I noticed that the anchor links generated are broken, because the url refers to the full name of the items ("file.md#namespace.classname") while the titles marked with '#' are written differently ("classname class"), so the urls should be like
"file.md#classname-class" "file.md#method()-Method" (with escaped parenthesis) etc..
i think the problem might be in
DefaultDocumentation.Markdown.UrlFactories.DocItemFactory
line 48example:
table of contents:
actual header
The text was updated successfully, but these errors were encountered: