From c4d20e463fd5641d393bbf312b61e6ba8de4ed59 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 28 Jun 2025 05:34:01 +0200 Subject: [PATCH 1/2] introduction.md: replace hard-to-read example --- src/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/introduction.md b/src/introduction.md index eee0c4b76..e9c97b7b8 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -70,8 +70,8 @@ These conventions are documented here. * The main text describes the latest stable edition. Differences to previous editions are separated in edition blocks: - > [!EDITION-2018] - > In the 2015 edition, this syntax is valid that is disallowed as of the 2018 edition. + > [!EDITION-2024] + > This is an edition-specific difference. * Notes that contain useful information about the state of the book or point out useful, but mostly out of scope, information are in note blocks. From 2f7c0faafea1b18c80649dee9903af2866dd390d Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 3 Jul 2025 16:08:31 +0000 Subject: [PATCH 2/2] Revert and revise change The original was written somewhat awkwardly intentionally, as it wants to be a template. Let's align the template to something closer to the language that we use elsewhere in the Reference. --- src/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/introduction.md b/src/introduction.md index e9c97b7b8..d5eb4888a 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -70,8 +70,8 @@ These conventions are documented here. * The main text describes the latest stable edition. Differences to previous editions are separated in edition blocks: - > [!EDITION-2024] - > This is an edition-specific difference. + > [!EDITION-2018] + > Before the 2018 edition, the behavior was this. As of the 2018 edition, the behavior is that. * Notes that contain useful information about the state of the book or point out useful, but mostly out of scope, information are in note blocks.