Misaka

Latest version: v2.1.1

Safety actively analyzes 701442 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.0.1

^^^^^^^^^^^^^^^^^^

- ``PyInt_FromLong`` was renamed to ``PyLong_FromLong`` in Python 3. A macro
has been added to fix this. (`7`_)
- Included the C file generated by Cython again and made Cython an optional
dependency. The ``.pyx`` file can be compiled with the ``--cython`` option.
(`6`_, `8`_)

.. _6: https://github.com/FSX/misaka/issues/6
.. _7: https://github.com/FSX/misaka/issues/7
.. _8: https://github.com/FSX/misaka/issues/8

1.0.0

^^^^^^^^^^^^^^^^^^

- Reimplemented existing functionality in Cython.
- Added renderer classes for customized Markdown rendering (like Redcarpet has).
- Updated Sundown files; See commits from Aug 20, 2011 to Jan 27, 2012.

0.4.2

^^^^^^^^^^^^^^^^^^

- Updated Sundown files; See commits from 2011-08-03 to 2011-08-09.

0.4.1

^^^^^^^^^^^^^^^^^^

- Fixed buffer management. It was broken and leaked memory. (tanoku)
- Updated Sundown files; See commits from 2011-07-29 to 2011-08-01.

0.4.0

^^^^^^^^^^^^^^^^^^

- API change: ``misaka.toc`` has been removed. Instead ``HTML_TOC_TREE`` has to be
passed with ``misaka.html`` to get a TOC tree. When ``HTML_TOC`` is used the
text will be rendered as usual, but the header HTML will be adjusted for the
TOC.
- Updated Sundown files; See commits from 2011-07-22 to 2011-07-24.
- Added support for the Superscript extension.

0.3.3

^^^^^^^^^^^^^^^^^^

- Fix a typo in ``README.txt``. (heintz)
- Fix non-NULL-terminated ``kwlist`` in ``misaka_html``. (heintz)
- Rename module to misaka in benchmark.py. (honza)
- Renamed Upskirt to Sundown and updated the source files from 2011-07-04.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.