Skip to content

Commit

Permalink
Version 0.9.23 (#1187)
Browse files Browse the repository at this point in the history
* Version 0.9.23
  • Loading branch information
jackdewinter authored Sep 5, 2024
1 parent b0e3eb2 commit f93643d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions newdocs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,44 @@
<!--- pyml disable-next-line no-duplicate-heading-->
### Fixed

- None

<!--- pyml disable-next-line no-duplicate-heading-->
### Changed

- None

## Version 0.9.23 - Date: 2024-09-04

This release continued our focus on enabling fixing for Rule Md031
and uncovering any issues with the more deeply nested container cases.
And our luck held out, with the majority of the issues being related to the
fixing algorithms. As mentioned in the last release, our detection
rules rely on accurate parsing of the Markdown documents, with the
only truthful way to verify that being to reconstitute the Markdown
documents from our internal parsed format.

We continue to try different combinations of containers elements
and leaf elements, verifying that PyMarkdown creates the correct HTML
and the correct Markdown from our parsed format. The good news is that
the largest percentage of issues deal with how we represent and
reconstitute that whitespace. And we are diligently working to detect
any issues with that process and to fix them.

That is where you, the users, come in. If you are scanning any Markdown
documents and the results seem off, please file an issue. If you are
starting to use our fix mode on your Markdown documents and there are
issues, please file an issue. We appreciate any help that we can get
to improve the project for everyone!

<!--- pyml disable-next-line no-duplicate-heading-->
### Added

- None

<!--- pyml disable-next-line no-duplicate-heading-->
### Fixed

- [Issue 1141](https://github.com/jackdewinter/pymarkdown/issues/1141)
- fixed assert issue (test_extra_044mcv0)
- [Issue 1142](https://github.com/jackdewinter/pymarkdown/issues/1142)
Expand Down
2 changes: 1 addition & 1 deletion pymarkdown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Library version information.
"""

__version__: str = "0.9.22"
__version__: str = "0.9.23"

0 comments on commit f93643d

Please sign in to comment.