mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
38 lines
693 B
Markdown
38 lines
693 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
|
|
- Tasklist
|
|
|
|
[PyMdown Extensions]: http://facelessuser.github.io/pymdown-extensions/
|