From 8a0ecf35be8dce498804be13ca2d8cde1f21715f Mon Sep 17 00:00:00 2001 From: facelessuser Date: Fri, 24 Jan 2025 08:49:40 -0700 Subject: [PATCH] Update changelog --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 5ca092b2..aac97fe3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * Backslash Unescape IDs set via `attr_list` on `toc` (#1493). +* `md_in_html` should now process content inside "markdown" blocks a similar way + as they are parsed outside of "markdown" blocks giving a more consistent + expectation to external extensions (#1503). ## [3.7] -- 2024-08-16