mkdocs-material/docs/extensions/pymdown/overview.md
2016-12-03 14:54:08 +10:00

38 lines
727 B
Markdown

# PyMdown Extensions
[PyMdown Extensions][] is a collection of Markdown extensions that add some
great and missing features to the standard Markdown library. For this reason,
the **installation of this package is highly recommended** as it's
well-integrated with the Material theme.
## Installation
The Pymdown Extensions can be installed with the following command:
``` sh
pip install pymdown-extensions
```
## Usage
### Improvements on existing Markdown
- BetterEm
- SuperFences
- MagicLink
- SmartSymbols
### New Syntax for...
- Caret
- Mark
- Tilde
### New features
- Arithmatex
- [Inlinehilite](inlinehilite.md)
- [Tasklist](tasklist.md)
[PyMdown Extensions]: http://facelessuser.github.io/pymdown-extensions/