-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
bugIssue raised as a bug.Issue raised as a bug.
Description
What package is the bug related to?
typedoc-plugin-markdown
Describe the issue
Please check the repo https://github.com/issueset/typedoc-markdown-fragment for a reproduction.
The link fragments file1.md#class1#prop1 and file1.md#interface1#prop1-1 are incorrect as a link should not contains two #.
###### Inherited from
[`Class1`](file1.md#class1).[`prop1`](file1.md#class1#prop1)###### Inherited from
[`Interface1`](file1.md#interface1).[`prop1`](file1.md#interface1#prop1-1)Expected behavior
Correct fragments like the HTML outputs:
<p>Inherited from <a href="file1.Class1.html">Class1</a>.<a
href="file1.Class1.html#constructor">constructor</a></p><p>Inherited from <a href="file1.Interface1.html">Interface1</a>.<a
href="file1.Interface1.html#prop1">prop1</a></p>Metadata
Metadata
Assignees
Labels
bugIssue raised as a bug.Issue raised as a bug.