14 mkdocs-mermaid2-plugin,
46 buildPythonPackage rec {
47 pname = "pymdown-extensions";
51 src = fetchFromGitHub {
52 owner = "facelessuser";
53 repo = "pymdown-extensions";
54 rev = "refs/tags/${version}";
55 hash = "sha256-1AuN2kp7L6w8RvKky3IoX4ht9uQL6o2nm6dTDo/INC0=";
58 build-system = [ hatchling ];
71 # test artifact mismatch
73 # Tests fails with AssertionError
74 "test_windows_root_conversion"
77 pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions;
83 mkdocs-mermaid2-plugin
89 description = "Extensions for Python Markdown";
90 homepage = "https://facelessuser.github.io/pymdown-extensions/";
91 license = with licenses; [
95 maintainers = with maintainers; [ cpcloud ];