You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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/
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
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).
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.
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:
![image](https://user-images.githubusercontent.com/17607428/165325992-3afd051f-cfb3-4092-8a0d-d810f42c43bf.png)
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/
The text was updated successfully, but these errors were encountered: