Skip to content

Commit aabad4a

Browse files
committed
Edit changelog to trigger action
1 parent 4dd6fbb commit aabad4a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@ toc_depth: 2
66
All notable changes to this project will be documented in this file.
77

88
The 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

Comments
 (0)