This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Support Markdown links on MyST #250
Open
Description
I love the features you provide. But I'm writing Sphinx docs with markdown (myst-parser).
For example, I often write a link to other documents in my docs (markdown):
[Another guide](./xxx/some_file)
I wish when I hover over the markdown link, a preview of that doc is shown. Is it possible to support hoverxref in markdown? Thanks.