* LaTeXRenderer: Render thematic break on a new line (#224).
* LaTeXRenderer: Properly escape caret ("^") within raw text (#234).
* Incomplete configuration for tox and tests (#220, #221).
* Add types to __init__.py's markdown function (#251).
* Fix typos in the in-line documentation, while also resolving problems
within the docs folder (#226).
* Describe Document's constructor and how end-of-lines are treated (#64).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistletoe?expand=0&rev=12
- 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/request/show/1144996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistletoe?expand=0&rev=2
* 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