[Feature Request] Support url resolution in mermaid diagrams
Open
markdown
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 10
Description
I would like to be able to add links in my mermaid diagrams and have these links resolved by the docfx engine
Example in the following diagram, I would like the 2 urls to be resolved automatically:
````
```mermaid
flowchart
Component
Page
click Component "xref:UId"
click Page "./page.md"
```
````
Contributor guide
Assessment
This issue has not been assessed yet.