File: docutils_.py

package info (click to toggle)
myst-parser 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,348 kB
  • sloc: python: 7,402; xml: 1,383; makefile: 33; sh: 25
file content (9 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""A module for compatibility with the docutils>=0.17 `include` directive, in RST documents:

For example::

   .. include:: path/to/file.md
      :parser: myst_parser.docutils_
"""

from myst_parser.parsers.docutils_ import Parser  # noqa: F401