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.
md_toc.exceptions.CannotTreatUnicodeString
exception.md_toc.exceptions.CannotTreatUnicodeString
exception. This exception will be removed in version 9 of md-toc.Added square bracket support detection in emphasis for cmark. See issue 25
Note: GithHub Flavored Markdown is still at version 0.29. md-toc does its best to support both GFM 0.29 and cmark 0.30.
Ported missing code changes from cmark 0.29 to 0.30.
Note: GithHub Flavored Markdown is still at version 0.29. md-toc does its best to support both GFM 0.29 and cmark 0.30.
Fixed issue 30: added full support for CommonMark 0.30.
Note:
cmark.py
.get_md_header
and get_atx_heading
now support multiple lines.StringCannotContainNewlines
CannotTreatUnicodeString
get_generic_fdr_indices
get_fdr_indices
can_open_emphasis
can_close_emphasis
get_nearest_list_id
back to software/md-toc