@@ -6,29 +6,30 @@ toc_depth: 2
66All notable changes to this project will be documented in this file.
77
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
9- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) . See the [ Contributing Guide] ( contributing.md ) for details.
9+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
10+ See the [ Contributing Guide] ( contributing.md ) for details.
1011
1112## [ Unreleased]
1213
1314### Changed
1415
1516* DRY fix in ` abbr ` extension by introducing method ` create_element ` (#1483 ).
16- * Clean up test directory some removing some redundant tests and port
17+ * Clean up test directory by removing some redundant tests and port
1718 non-redundant cases to the newer test framework.
1819* Improved performance of the raw HTML post-processor (#1510 ).
1920
2021### Fixed
2122
2223* Backslash Unescape IDs set via ` attr_list ` on ` toc ` (#1493 ).
23- * ` md_in_html ` will process content inside "markdown" blocks a similar way
24- as they are parsed outside of "markdown" blocks giving a more consistent
25- expectation to external extensions (#1503 ).
24+ * Ensure ` md_in_html ` processes content inside "markdown" blocks as they are
25+ parsed outside of "markdown" blocks to keep things more consistent for
26+ third-party extensions (#1503 ).
2627* ` md_in_html ` handle tags within inline code blocks better (#1075 ).
2728* ` md_in_html ` fix handling of one-liner block HTML handling (#1074 ).
2829* Ensure ` <center> ` is treated like a block-level element (#1481 ).
2930* Ensure that ` abbr ` extension respects ` AtomicString ` and does not process
3031 perceived abbreviations in these strings (#1512 ).
31- * The ` smarty ` extension correctly renders nested closing quotes (#1514 ).
32+ * Ensure ` smarty ` extension correctly renders nested closing quotes (#1514 ).
3233
3334## [ 3.7] -- 2024-08-16
3435
0 commit comments