Package Release Info

python-mistletoe-1.4.0-bp157.1.1

Update Info: Base Release
Available in Package Hub : 15 SP7

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-mistletoe

Change Logs

* Wed Oct 23 2024 Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
  * Add `parent` attribute/property (#71 via #206).
  * `MarkdownRenderer`: Keep the original content spacing before
    the list marker (#213 via #215).
  * Bump build/CI scripts.
* Wed Feb 07 2024 Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
  * Add line numbers (`line_number` attribute) on all _block_
    tokens during parsing (#188).
  * More thorough documentation and explanation of AST and tokens
    in the Developer's Guide (within #188).
  * `HtmlRenderer`: Option to skip HTML tokens parsing (#74 via
    [#204]). Just pass `process_html_tokens=False` to the
    renderer's constructor.
  * `LaTeXRenderer`: Add AMS packages for Math (#207).
  * `MarkdownRenderer`: Penultimate lines of multiline fragments
    being ignored (#201).
  * `MathJaxRenderer`: Output inline math (in: `$...$`) correctly
    (out: `\(...\)`) (#195).
  * Make local installation work again with pip 23.2 and above
  * `MarkdownRenderer`: Keep the original content spacing after
    the list marker (#196 via #197).
  * The old behavior can be enforced by passing
    `normalize_whitespace=True` to the renderer's constructor
  * Provided you create `ListItem`'s tokens directly via its
    constructor, you need to pass it a new parameter called
    `indentation` (number of spaces before the item marker):
* Thu Dec 14 2023 Elisei Roca <eroca@mailbox.org>
- Switch to Github for sources as they include all tests
- Run dos2unix for E: wrong-script-end-of-line-encoding
* Sun Dec 10 2023 Elisei Roca <eroca@mailbox.org>
- Update to version 1.2.1:
  https://github.com/miyuchina/mistletoe/compare/v1.0.1...v1.2.1
* Sun Apr 30 2023 Xu Zhao <i@xuzhao.net>
- Upgrade to 1.0.1.
* Wed Jun 08 2022 Xu Zhao <i@xuzhao.net>
- Initial version. v0.8.2.