From 404b10aac532958df8317931e20f19dcd5d93803 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Fri, 17 Jul 2026 15:23:25 +0200 Subject: [PATCH] Release 1.2.0 * A `ConvertToMarkdownModel` maintenance script converts existing wikitext pages to the Markdown content model, selecting them by `.md` suffix and/or namespace, the same way the activation settings select new pages. It changes the content model rather than the page text, skips redirects, and supports `--dry-run` * 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` * A `thumb` file embed alone on its line now renders as a standalone framed thumbnail rather than being wrapped in a paragraph, which produced invalid HTML5 and a stray empty paragraph * A `thumb` embed of a missing file now renders the framed box with its caption and an upload link, the way wikitext does, instead of a bare upload link that silently dropped the caption * Thumbnail embeds now load the same media module MediaWiki loads for wikitext thumbnails, so their magnify affordance works Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5185c83..e7a657d 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ php tests/phpunit/phpunit.php extensions/NativeMarkdown/tests/phpunit/ ## Release notes -### Version 1.2.0 - Under development +### Version 1.2.0 - 2026-07-17 * A `ConvertToMarkdownModel` maintenance script converts existing wikitext pages to the Markdown content model, selecting them by `.md` suffix and/or namespace, the same way the activation settings select new