From 4daea7918031e54a63e44cf43b4891b3d0958232 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 16 Jul 2026 19:07:30 +0200 Subject: [PATCH] Start the 1.2.0 release notes Records what has landed for 1.2.0 so far under an "Under development" heading, so further entries can accumulate before the release. The extension.json version bump stays for the release commit itself. Co-Authored-By: Claude Fable 5 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d0339ba..4d21d44 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,14 @@ php tests/phpunit/phpunit.php extensions/NativeMarkdown/tests/phpunit/ ## Release notes +### Version 1.2.0 - Under development + +* Fenced code blocks whose info string names a language are now syntax highlighted, the same way a wikitext + `` block is. This needs the [SyntaxHighlight extension] (bundled with MediaWiki) to be + installed; without it, code blocks keep rendering as plain preformatted text +* Code blocks no longer get a background pill behind each of their lines, which happened because skins style the + `code` element for inline use and CommonMark nests it inside `pre` + ### Version 1.1.0 - 2026-07-09 * Standard Markdown `[label](target)` links now resolve to wiki pages, the same as `[[target]]`: a target that