| Age | Commit message (Collapse) | Author | Files | Lines |
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
|
|
Version 3.1.3
* Fixed logic to load extensions file when PyYAML module is not available
* Made the tests pass with docutils 0.18.
|
|
Version 3.1.2, 2021-09-06
=========================
* Incompatible change: Python 3.6 is no longer supported.
* Fixed replacing Markdown extensions in document.
* Fixed crash when using TOC backrefs in reStructuredText (issue #14,
thanks Hrissimir for the patch).
|
|
3.1.1:
Unknown changes
|
|
Version 3.1.0, 2021-01-31
=========================
Incompatible changes:
* Python versions older than 3.6 are no longer supported.
Other changes:
* Instead of ``pkg_resources``, ``importlib.metadata`` is now used.
* For Markdown markup, ``markdown-extensions.yaml`` files are now supported
in addition to ``markdown-extensions.txt`` files.
* Type annotations were added for public API.
* The reStructuredText markup no longer raises exceptions for invalid markup.
* MathJax v3 is now supported in addition to v2. Also, the Arch Linux mathjax
packages are now supported (issue #4).
* Added Pygments CSS support for the ``pymdownx.highlight`` Markdown extension.
|
|
|
|
|
|
py-markups is a module that provides a wrapper around various text
markup languages. Available by default are Markdown, reStructuredText,
and Textile, but you can easily add your own markups.
|