Files
2026-03-21 12:43:00 -05:00

22 lines
497 B
TOML

[build]
type = "python"
[dependencies]
build = ["python-flit-core"]
optional = [
"python-linkify-it-py",
"python-mdit_py_plugins",
]
runtime = ["python-mdurl"]
[package]
description = "Python port of markdown-it. Markdown parsing, done right!"
homepage = "https://github.com/executablebooks/markdown-it-py"
license = "MIT"
name = "python-markdown-it-py"
version = "4.0.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/executablebooks/markdown-it-py.git#v$version"