8 buildPythonPackage rec {
9 pname = "python-markdown-math";
14 inherit pname version;
15 sha256 = "8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635";
18 checkInputs = [ markdown ];
21 description = "Math extension for Python-Markdown";
22 homepage = "https://github.com/mitya57/python-markdown-math";
23 license = lib.licenses.bsd3;
24 maintainers = with lib.maintainers; [ klntsky ];