markdown2latex
markdown2latex copied to clipboard
Extension to python-markdown to support LaTeX (rather than html) output
The only place I could find a reference to a license is on `setup.py` (which is also read by PyPI). However, it says MIT and BSD and PyPI renders it...
As of today, the support for the many important features is missing: ## Links are causing errors ### Code ``` [a](https://google.com) ``` ### Error Python log ``` Traceback (most recent...
Pypi has [a really old version of this library](https://pypi.org/project/markdown2latex/#history). Please update it.
With markdown-3.0 inlinePatterns seems not to be iterable anymore with iteritems(): ``` $ pip install markdown Collecting markdown Using cached https://files.pythonhosted.org/packages/7a/fd/e22357c299e93c0bc11ec8ba54e79f98dd568e09adfe9b39d6852c744938/Markdown-3.0-py2.py3-none-any.whl Installing collected packages: markdown Successfully installed markdown-3.0 ~/coding/markdown2latex$ ./mdx_latex.py...