# 常用語法與 Documents

## 常用語法

### Admonition

語法如下

````md
```{<type>}
:name: <xxx>
:class: <property>
...

content
...

```
````

### Type 列表

- attention
- caution
- danger
- error
- hint
- important
- note
- seealso
- tip
- warning

### property 列表

- dropdown

## Documents

### Tools
- [Admonitions](https://myst-parser.readthedocs.io/en/latest/syntax/admonitions.html)
- [Images and figures](https://myst-parser.readthedocs.io/en/latest/syntax/images_and_figures.html#)

### Configuration
- [MyST](https://myst-parser.readthedocs.io/en/latest/configuration.html)
- [MyST-NB](https://myst-nb.readthedocs.io/en/latest/configuration.html)
- [sphinx.ext.graphviz](https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html#confval-graphviz_output_format)

### Official site
- [Sphinx](https://www.sphinx-doc.org/en/master/index.html)
- [Sphinx-book-theme](https://sphinx-book-theme.readthedocs.io/en/stable/index.html)
- [MyST](https://myst-parser.readthedocs.io/en/latest/index.html)
- [MyST-NB](https://myst-nb.readthedocs.io/en/latest/index.html)
