Skip to content

MyST-Parser

An extended commonmark compliant parser, with bridges to docutils/sphinx

간단히, markdown 파서.

Enable MyST in Sphinx

conf.py:

extensions = ["myst_parser"]

Directives

toctree

```{toctree}
---
caption: End User Manual
maxdepth: 1
hidden: true
---

pages/user/first.md
pages/user/group.md
pages/user/project.md
pages/user/self.md
pages/user/admin.md
pages/user/about.md
<h3 markdown="1">
warning
</h3>
<ul markdown="1">
<li markdown="1">
[Directives — Sphinx-lesson documentation](https://coderefinery.github.io/sphinx-lesson/directives/)
</li>

</ul>
```md
```{warning} Custom title

Some body text
```

See also

Favorite site