I usually use ReST and Sphinx for generating documentation, but I'm dealing with a pre-existing Markdown system. I'd like to use MyST and Sphinx to generate documentation with references and autodoc, but make it available to the existing system as well. Is there a way to automatically strip out the MyST-specific syntax from the Markdown files?
I tried just rendering MyST syntax with a regular Markdown parser and the MyST-specific syntax was either treated as regular text or a code block.