# markdown-emdash
Extension for [python-markdown](https://python-markdown.github.io/) that replaces all triple dashes (—) with em-dashes (—).
More information on [extensions here](https://python-markdown.github.io/extensions/).
## Installation
` pip install markdown-emdash `
## Usage
`python markdown.markdown(some_text, extensions=['mdx_emdash']) `
or
`python from mdx_emdash import EmDashExtension markdown.markdown(some_text, extensions=[EmDashExtension()]) `
Release files for markdown-emdash 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| markdown-emdash-0.2.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| markdown_emdash-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / markdown-emdash-0.2.0.tar.gz
| Download URL | markdown-emdash-0.2.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
410cb8797e5b35c39f0b6a3671903d451f201447af141866656abd7ed0712574
|
|
BLAKE2b-256 checksum How to use checksums |
8268ad594d8f09a9bc37958d729fd7986d4e17e5fc92b39c2b40d78ec3cf4c7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|
Release files / markdown_emdash-0.2.0-py3-none-any.whl
| Download URL | markdown_emdash-0.2.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d2380310f460e865154f8bc6b77e38cd263833a74e0235c147593de1d434b83
|
|
BLAKE2b-256 checksum How to use checksums |
c6adae6d00aa1508aebe8ad121ec009e6ded59b1cf1e39373cc43e5f9ba8c658
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.10
|