Test nested bullet points conversion

This commit is contained in:
Šarūnas Nejus 2024-12-04 01:52:27 +00:00
parent d98226aa07
commit dd96928f38
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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)