Tell appart Markdown and reStructuredText.
Project description
mdorrst
Tell appart Markdown and reStructuredText.
Free software: MIT license
Usage
The package exposes a single function, sniff(content), trying to deduce the format used, returning it as a string: md, rst or txt:
>>> import mdorrst >>> mdorrst.sniff("[hey](http://example.com)") 'md' >>> mdorrst.sniff("`hey <http://example.com>`__") 'rst'
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.4.0 (2017-04-27)
Simplify API.
0.3.0 (2017-04-26)
Python 2.7 support.
0.2.0 (2017-04-26)
Expose from_text().
0.1.0 (2017-04-26)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdorrst-0.4.0.tar.gz
(2.6 MB
view hashes)
Built Distribution
Close
Hashes for mdorrst-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9a4c6f7d5db30d21b8849df5ed7cb1d75ae444e3bc0d6d92247a81b5d680d32 |
|
MD5 | aa56d4d5cd3a96226a051ae71bf512bb |
|
BLAKE2b-256 | 1815061c13f04b26fe2209c1d231e6783264f5a5d6e38653ebbb10212d48178c |