My blog
https://blog.franco.net.eu.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
layout | title | excerpt |
---|---|---|
default | release | none |
md-toc changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
[8.0.1] - 2021-08-20
Fixed
- Cmark code is now more adherent to the original.
- License references are now more accurate.
- The PyPI wheel is now made reproducible.
- Updated email.
Added
- New git hooks have been added in the pre-commit file.
- Examples for unit tests of Cmark 0.30 have been checked with the existing examples.
[8.0.0] - 2021-05-28
Changed
- Translated functions directly from cmark to treat emphasis.
get_md_header
andget_atx_heading
now support multiple lines.- Updated documentation.
- Updated tests.
- Updated package dependencies.
Added
- Newline string argument choice from the CLI.
- Added these exceptions:
StringCannotContainNewlines
CannotTreatUnicodeString
Removed
- Removal of these functions:
get_generic_fdr_indices
get_fdr_indices
can_open_emphasis
can_close_emphasis
get_nearest_list_id