-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In #163 we identified that there may be circumstances where the author still needs to write rST with MyST. For example, if a person uses autodoc and wants their documentation written in MyST, but has docstrings written in rST.
In that case, we could include a directive like recommonmark's eval_rst that will call the rST parser on its content.
Another possible approach (maybe this is unrealistic?) is to allow for a flag in all directives used by MyST-parser that could tell the directive to parse the content with the rST parser instead of the MyST parser.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request