myst-parser/myst_parser/docutils_.py

7 lines
231 B
Python

"""A module for compatibility with the docutils>=0.17 `include` directive, in RST documents::
.. include:: path/to/file.md
:parser: myst_parser.docutils_
"""
from myst_parser.parsers.docutils_ import Parser # noqa: F401