-
Notifications
You must be signed in to change notification settings - Fork 228
Autoclass directive works in rST but not Markdown #587
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I try to use autodoc directives like autoclass in Markdown format, they do not work properly. If they are used inside an {eval-rst} block, they work fine.
Comparing the output looks like this:
I may be making a formatting or other mistake, but {note} and other directives appear to work fine.
Reproduce the bug
- Create a Markdown file with this content, where the
autoclassdirective is used once inside aneval-rstblock which succeeds, and once as a directive from MyST as described here, which fails. - Build it with Sphinx and Myst enabled.
- It will look like the screenshot further up.
List your environment
Sphinx 1.8.5, myst-parser 0.15.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
