mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Test nested bullet points conversion
This commit is contained in:
parent
d98226aa07
commit
dd96928f38
1 changed files with 19 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue