Name | mkconvert JSON |
Version |
0.12.0
JSON |
| download |
home_page | None |
Summary | Markdown-HTML converters |
upload_time | 2025-10-06 21:59:56 |
maintainer | None |
docs_url | None |
author | Philipp Temminghoff |
requires_python | >=3.12 |
license | MIT License
Copyright (c) 2024, Philipp Temminghoff
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mkconvert
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://pypi.org/project/mkconvert/)
[](https://github.com/phil65/mkconvert/releases)
[](https://github.com/phil65/mkconvert/graphs/contributors)
[](https://github.com/phil65/mkconvert/discussions)
[](https://github.com/phil65/mkconvert/forks)
[](https://github.com/phil65/mkconvert/issues)
[](https://github.com/phil65/mkconvert/pulls)
[](https://github.com/phil65/mkconvert/watchers)
[](https://github.com/phil65/mkconvert/stars)
[](https://github.com/phil65/mkconvert)
[](https://github.com/phil65/mkconvert/commits)
[](https://github.com/phil65/mkconvert/releases)
[](https://github.com/phil65/mkconvert)
[](https://github.com/phil65/mkconvert)
[](https://codecov.io/gh/phil65/mkconvert/)
[](https://pyup.io/repos/github/phil65/mkconvert/)
[Read the documentation!](https://phil65.github.io/mkconvert/)
| Feature | Python-Markdown | Markdown2 | Mistune | Comrak (Rust) | PyroMark (Rust) | Markdown-It-PyRS (Rust) |
|---------|----------------|-----------|---------|---------------|-----------------|-------------------------|
| **Core CommonMark** | ✅ | ✅ | ✅ | ✅ (100% compliant) | ✅ | ✅ (100% compliant) |
| Fenced code blocks | ✅ | ✅ (with ext) | ✅ | ✅ | ✅ | ✅ |
| **GitHub Flavored Markdown** |||||||
| Tables | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.table`) | ✅ (optional) | ✅ (with GFM or `.table`) |
| Task lists | ✅ (with pymdownx.tasklist) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.tasklist`) | ✅ (optional) | ✅ (with `.tasklist`) |
| Strikethrough | ✅ (with pymdownx.tilde) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.strikethrough`) | ✅ (optional) | ✅ (with GFM or `.strikethrough`) |
| Autolinks | ✅ (with pymdownx.magiclink) | ❌ | ✅ (with plugin) | ✅ (with `.autolink`) | ✅ (with GFM) | ✅ (with `.autolink_ext`) |
| GFM Alerts | ❌ | ❌ | ❌ | ✅ (with `.alerts`) | ✅ (with GFM) | ❌ |
| **Extended Features** |||||||
| Footnotes | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with `.footnotes`) | ✅ (optional) | ✅ (with `.footnote`) |
| Definition lists | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.description_lists`) | ✅ (optional) | ✅ (with `.deflist`) |
| Admonitions | ✅ (with ext) | ❌ | ❌ | ❌ | ❌ | ❌ |
| Math notation | ✅ (with pymdownx.arithmatex) | ❌ | ✅ (with plugin) | ✅ (with `.math_dollars`/`.math_code`) | ✅ (optional) | ❌ |
| Superscript | ✅ (with ext) | ❌ | ❌ | ✅ (with `.superscript`) | ✅ (optional) | ❌ |
| Subscript | ✅ (with ext) | ❌ | ❌ | ✅ (with `.subscript`) | ✅ (optional) | ❌ |
| Table of Contents | ✅ (with ext) | ✅ (with ext) | ❌ | ❌ | ❌ | ❌ |
| Front matter | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.front_matter_delimiter`) | ✅ (optional) | ✅ (with `.front_matter`) |
| Wikilinks | ✅ (with ext) | ❌ | ❌ | ✅ (with `.wikilinks_*`) | ✅ (optional) | ❌ |
| Header IDs | ✅ (with ext) | ✅ (with ext) | ❌ | ✅ (with `.header_ids`) | ✅ (optional) | ✅ (with `.heading_anchors`) |
| Multiline blockquotes | ❌ | ❌ | ❌ | ✅ (with `.multiline_block_quotes`) | ❌ | ❌ |
| Syntax highlighting | ✅ (with ext) | ✅ (with ext) | ✅ (with plugin) | ✅ (with plugins) | ❌ | ❌ |
| Special features | Admonitions | Smart quotes | Custom renderers | Spoiler, Greentext | Definition lists | Tree structure, very fast (20x faster than Python-Markdown) |
Raw data
{
"_id": null,
"home_page": null,
"name": "mkconvert",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Philipp Temminghoff",
"author_email": "Philipp Temminghoff <philipptemminghoff@googlemail.com>",
"download_url": "https://files.pythonhosted.org/packages/ea/6a/7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528/mkconvert-0.12.0.tar.gz",
"platform": null,
"description": "# mkconvert\n\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://pypi.org/project/mkconvert/)\n[](https://github.com/phil65/mkconvert/releases)\n[](https://github.com/phil65/mkconvert/graphs/contributors)\n[](https://github.com/phil65/mkconvert/discussions)\n[](https://github.com/phil65/mkconvert/forks)\n[](https://github.com/phil65/mkconvert/issues)\n[](https://github.com/phil65/mkconvert/pulls)\n[](https://github.com/phil65/mkconvert/watchers)\n[](https://github.com/phil65/mkconvert/stars)\n[](https://github.com/phil65/mkconvert)\n[](https://github.com/phil65/mkconvert/commits)\n[](https://github.com/phil65/mkconvert/releases)\n[](https://github.com/phil65/mkconvert)\n[](https://github.com/phil65/mkconvert)\n[](https://codecov.io/gh/phil65/mkconvert/)\n[](https://pyup.io/repos/github/phil65/mkconvert/)\n\n[Read the documentation!](https://phil65.github.io/mkconvert/)\n\n\n| Feature | Python-Markdown | Markdown2 | Mistune | Comrak (Rust) | PyroMark (Rust) | Markdown-It-PyRS (Rust) |\n|---------|----------------|-----------|---------|---------------|-----------------|-------------------------|\n| **Core CommonMark** | \u2705 | \u2705 | \u2705 | \u2705 (100% compliant) | \u2705 | \u2705 (100% compliant) |\n| Fenced code blocks | \u2705 | \u2705 (with ext) | \u2705 | \u2705 | \u2705 | \u2705 |\n| **GitHub Flavored Markdown** |||||||\n| Tables | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.table`) | \u2705 (optional) | \u2705 (with GFM or `.table`) |\n| Task lists | \u2705 (with pymdownx.tasklist) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.tasklist`) | \u2705 (optional) | \u2705 (with `.tasklist`) |\n| Strikethrough | \u2705 (with pymdownx.tilde) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.strikethrough`) | \u2705 (optional) | \u2705 (with GFM or `.strikethrough`) |\n| Autolinks | \u2705 (with pymdownx.magiclink) | \u274c | \u2705 (with plugin) | \u2705 (with `.autolink`) | \u2705 (with GFM) | \u2705 (with `.autolink_ext`) |\n| GFM Alerts | \u274c | \u274c | \u274c | \u2705 (with `.alerts`) | \u2705 (with GFM) | \u274c |\n| **Extended Features** |||||||\n| Footnotes | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with `.footnotes`) | \u2705 (optional) | \u2705 (with `.footnote`) |\n| Definition lists | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.description_lists`) | \u2705 (optional) | \u2705 (with `.deflist`) |\n| Admonitions | \u2705 (with ext) | \u274c | \u274c | \u274c | \u274c | \u274c |\n| Math notation | \u2705 (with pymdownx.arithmatex) | \u274c | \u2705 (with plugin) | \u2705 (with `.math_dollars`/`.math_code`) | \u2705 (optional) | \u274c |\n| Superscript | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.superscript`) | \u2705 (optional) | \u274c |\n| Subscript | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.subscript`) | \u2705 (optional) | \u274c |\n| Table of Contents | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u274c | \u274c | \u274c |\n| Front matter | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.front_matter_delimiter`) | \u2705 (optional) | \u2705 (with `.front_matter`) |\n| Wikilinks | \u2705 (with ext) | \u274c | \u274c | \u2705 (with `.wikilinks_*`) | \u2705 (optional) | \u274c |\n| Header IDs | \u2705 (with ext) | \u2705 (with ext) | \u274c | \u2705 (with `.header_ids`) | \u2705 (optional) | \u2705 (with `.heading_anchors`) |\n| Multiline blockquotes | \u274c | \u274c | \u274c | \u2705 (with `.multiline_block_quotes`) | \u274c | \u274c |\n| Syntax highlighting | \u2705 (with ext) | \u2705 (with ext) | \u2705 (with plugin) | \u2705 (with plugins) | \u274c | \u274c |\n| Special features | Admonitions | Smart quotes | Custom renderers | Spoiler, Greentext | Definition lists | Tree structure, very fast (20x faster than Python-Markdown) |\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024, Philipp Temminghoff\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Markdown-HTML converters",
"version": "0.12.0",
"project_urls": {
"Code coverage": "https://app.codecov.io/gh/phil65/mkconvert",
"Discussions": "https://github.com/phil65/mkconvert/discussions",
"Documentation": "https://phil65.github.io/mkconvert/",
"Issues": "https://github.com/phil65/mkconvert/issues",
"Source": "https://github.com/phil65/mkconvert"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ef21c21189a86d2a1f808a8c2f215d834a6ed63cf0a579aa37ca36b80411963a",
"md5": "5729908dc0f2610d0caf5edaeefc45eb",
"sha256": "baf7df70ea6cf8ff4d50eeef498556014b32d2a7fe994f557053a9a5601e852b"
},
"downloads": -1,
"filename": "mkconvert-0.12.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5729908dc0f2610d0caf5edaeefc45eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 47598,
"upload_time": "2025-10-06T21:59:54",
"upload_time_iso_8601": "2025-10-06T21:59:54.645117Z",
"url": "https://files.pythonhosted.org/packages/ef/21/c21189a86d2a1f808a8c2f215d834a6ed63cf0a579aa37ca36b80411963a/mkconvert-0.12.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea6a7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528",
"md5": "d2578c421d50121e79f115a171cac89c",
"sha256": "14f46fba4b52509cba5aec793e9d4c933d32b3b8733d2ec14a7e45021b1c003d"
},
"downloads": -1,
"filename": "mkconvert-0.12.0.tar.gz",
"has_sig": false,
"md5_digest": "d2578c421d50121e79f115a171cac89c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 25737,
"upload_time": "2025-10-06T21:59:56",
"upload_time_iso_8601": "2025-10-06T21:59:56.048480Z",
"url": "https://files.pythonhosted.org/packages/ea/6a/7d15e53006eebf59e4c0148eff96c992710f0257349a2753cab4783a6528/mkconvert-0.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 21:59:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "phil65",
"github_project": "mkconvert",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mkconvert"
}