diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst
index e4d25c6a056755c6087d19feae7cd978746d2c46..a3c970a0d104f108e64e0af0d924375de1f51ccf 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97729-SupportAttributeApprovedInXlfFiles.rst
@@ -1,6 +1,6 @@
 .. include:: /Includes.rst.txt
 
-.. _feature-97729-1654626734
+.. _feature-97729-1654626734:
 
 =========================================================
 Feature: #97729 - Respect attribute approved in XLF files
diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-97536-LinkResultFactory.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-97536-LinkResultFactory.rst
index a2da22236625b5989f036ac56765d0538d62e8be..601495aabf8182910290804ef94f90bed372c90f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-97536-LinkResultFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-97536-LinkResultFactory.rst
@@ -1,6 +1,6 @@
 .. include:: /Includes.rst.txt
 
-.. _deprecation-97536-1651523804
+.. _deprecation-97536-1651523804:
 
 =======================================
 Deprecation: #97536 - LinkResultFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-99084-MakeContextMenuTriggerConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-99084-MakeContextMenuTriggerConfigurable.rst
index 495728819479599f5e799021dfbb1ba13962a9a2..c4c5eae31b84be68305105469d6c11559a3f2a55 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-99084-MakeContextMenuTriggerConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.1/Deprecation-99084-MakeContextMenuTriggerConfigurable.rst
@@ -39,6 +39,7 @@ Before
 ------
 
 .. code-block:: html
+
     <a href="#"
         class="t3js-contextmenutrigger"
         data-table="pages"
@@ -50,6 +51,7 @@ After
 -----
 
 .. code-block:: html
+
     <a href="#"
         data-contextmenu-trigger="click"
         data-contextmenu-table="pages"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97536-UnifiedAPIForGeneratingTypolinks.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97536-UnifiedAPIForGeneratingTypolinks.rst
index f7d5709aa0ff6ebe72d4d5afda21dd05b21d7b04..1a6807a44e48bb2b6ac66fe0c617706e2e00254b 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97536-UnifiedAPIForGeneratingTypolinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97536-UnifiedAPIForGeneratingTypolinks.rst
@@ -1,6 +1,6 @@
 .. include:: /Includes.rst.txt
 
-.. _feature-97536-1651523601
+.. _feature-97536-1651523601:
 
 ======================================================
 Feature: #97536 - Unified API for generating typolinks
diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97747-IntroduceMailerInterface.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97747-IntroduceMailerInterface.rst
index c9a4a227aa1aaff170b5a9cfad4e187e7c854249..5019b3206477206f3cbb74c3beb8331a2f8afdf8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97747-IntroduceMailerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-97747-IntroduceMailerInterface.rst
@@ -1,6 +1,6 @@
 .. include:: /Includes.rst.txt
 
-.. _feature-97747-1654691279
+.. _feature-97747-1654691279:
 
 ===========================================
 Feature: #97747 - Introduce MailerInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99084-MakeContextMenuTriggerConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99084-MakeContextMenuTriggerConfigurable.rst
index 7af9e08a3c927a56a0ba037f21e30ce93eab42b5..489fa5b4965537c34024c93fe9e03bf0b7319b18 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99084-MakeContextMenuTriggerConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.1/Feature-99084-MakeContextMenuTriggerConfigurable.rst
@@ -27,6 +27,7 @@ Examples
 --------
 
 .. code-block:: html
+
     <a href="#"
         data-contextmenu-trigger="click"
         data-contextmenu-table="pages"
@@ -34,6 +35,7 @@ Examples
     >Click and Contextmenu</a>
 
 .. code-block:: html
+
     <a href="#"
         data-contextmenu-trigger="contextmenu"
         data-contextmenu-table="pages"