14
0

5 Commits

Author SHA256 Message Date
3e894f9cb9 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=10
2025-08-21 09:37:57 +00:00
2e596fd1fb - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=8
2024-10-23 20:46:51 +00:00
46a0b1cea9 - 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):

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=6
2024-02-07 19:39:42 +00:00
289952b90d - Switch to Github for sources as they include all tests
- Run dos2unix for E: wrong-script-end-of-line-encoding

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=4
2023-12-14 09:58:52 +00:00
f6bc1c5a6b Accepting request 1132431 from home:eroca:python
Submit python-mistletoe, a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable.

OBS-URL: https://build.opensuse.org/request/show/1132431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=1
2023-12-11 09:18:30 +00:00