From 6d602effc37fb7710b60428340afb509f8715ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Wed, 4 Dec 2024 02:40:37 +0000 Subject: [PATCH] Add a test for literal code block --- test/test_release.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/test_release.py b/test/test_release.py index 38afe28ce..d7e1c1b17 100644 --- a/test/test_release.py +++ b/test/test_release.py @@ -26,6 +26,10 @@ def rst_changelog(): :bug:`5467` * :ref:`list-cmd` Update. +You can do something with this command:: + + $ do-something + Bug fixes: * Some fix that refers to an issue. @@ -65,6 +69,10 @@ def md_changelog(): - Command **`list`**: Update. - Plugin **`substitute`**: Some substitute multi-line change. :bug: (\#5467) +### You can do something with this command:: + + $ do-something + ### Bug fixes - Another fix with its own bullet points using correct indentation: