2016-11-02 21:21:14 +03:00
|
|
|
# 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
|
2016-12-03 07:54:08 +03:00
|
|
|
- [Inlinehilite](inlinehilite.md)
|
|
|
|
- [Tasklist](tasklist.md)
|
2016-11-02 21:21:14 +03:00
|
|
|
|
|
|
|
[PyMdown Extensions]: http://facelessuser.github.io/pymdown-extensions/
|