1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: python-markdown-math
Section: python
Priority: optional
Maintainer: Dmitry Shachnev <mitya57@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-markdown (>= 3.3),
python3-setuptools (>= 77.0)
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/mitya57/python-markdown-math
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markdown-math.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markdown-math
Package: python3-mdx-math
Architecture: all
Depends: python3-markdown, ${misc:Depends}, ${python3:Depends}
Suggests: node-mathjax-full | libjs-mathjax
Description: math extension for Python-Markdown
This package extends Python-Markdown with support for displaying math
formulas using MathJax. It supports TeX and AsciiMath syntax.
.
You need to include MathJax.js in the head tag of your HTML template.
Please see the included README.md for details on how to do it.
|