myst-vs-code
myst-vs-code copied to clipboard
Rendering of sphinx extensions
This may be out of scope of this project or perhaps I am misreading documentation on how to do this, but wanted to check: is it possible for additional installed sphinx extensions to have these rendered?
for example have https://sphinx-panels.readthedocs.io/en/latest/ installed and using "dropdown" directive like below:
which currently renders the unknown directive:
if this is out of scope with this project, curious how others do local development within vscode to help render extensions like this, only other project seen is like: https://docs.restructuredtext.net/
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
with my above comment i do also wonder for unkown directories would be better for to be able to render the nested directives and just treat unkonwn rendering like do above (which is close adnomination directive)
example below be nice to have syntax highlighting markdown source and when render still render code block.