Support extended Markdown API for MarkedString during Hover #32205
Labels
feature-request
Request for new features or functionality
markdown
Markdown support issues
under-discussion
Issue is under discussion for relevance, priority, approach
With the new Markdown API, one can extend the markdown engine of vscode to render things like equations using the katex or mathjax markdown-it plugin in the markdown preview window of a file.
However, after some test on the latest insider, I could not make the system of markdown-it extension work when using the hover function in the editor to render what the API calls "MarkedString".
This would be beneficial for many reasons, specifically in my case, when there are mathematical equations in comments formatted in latex.
This is somewhat related to #11877 #21141 #17298 #1920. Feel free to close it if it is considered as duplicate.
The text was updated successfully, but these errors were encountered: