- Rename `extensions` to `options`. - Rename `pyromark.markdown` to `pyromark.html`. - Rename `pyromark.Markdown.convert` to `pyromark.Markdown.html`.
Feature
- Add `pyromark.events` and `pyromark.Markdown.events` to iterate over Markdown elements. See docs for example.
0.5.1
- Drop Python 3.7 and 3.8 support. - Bump pulldown-cmark from 0.12.0 to 0.12.2. See <https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.1> and <https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.2>.
0.5.0
- Bump pulldown-cmark from 0.11.0 to 0.12.0. See <https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0>. - Add new extension: `ENABLE_DEFINITION_LIST`. - Add Python 3.13 support.
0.4.0
- Bump pulldown-cmark from 0.10.3 to 0.11.0. See <https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.11.0>.
0.3.2
- Bump pulldown-cmark from 0.10.2 to 0.10.3. See <https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.10.3>.