From dd96928f38cd3ce6282afb92fdf4ebf42e8a928a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Wed, 4 Dec 2024 01:52:27 +0000 Subject: [PATCH] Test nested bullet points conversion --- test/test_release.py | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/test/test_release.py b/test/test_release.py index a206b4e76..c16aa43f2 100644 --- a/test/test_release.py +++ b/test/test_release.py @@ -31,6 +31,13 @@ Bug fixes: * Some fix that refers to an issue. :bug:`5467` * Some fix that mentions user :user:`username`. +* Some fix with its own bullet points using incorrect indentation: + * First nested bullet point + with some text that wraps to the next line + * Second nested bullet point +* Another fix with its own bullet points using correct indentation: + * First + * Second Empty section: @@ -58,9 +65,20 @@ def md_changelog(): ### Bug fixes -- Some fix that mentions user @username. - Some fix that refers to an issue. :bug: (\#5467) +- Some fix that mentions user @username. + +- - Some fix with its own bullet points using incorrect indentation: + + - First nested bullet point with some text that wraps to the next line + - Second nested bullet point + +- Another fix with its own bullet points using correct indentation: + + - First + - Second + ### Other changes - Changed `bitesize` label to `good first issue`. Our [contribute](https://github.com/beetbox/beets/contribute) page is now automatically populated with these issues. :bug: (\#4855)