mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 17:01:55 +01:00
Test wrapped line starting with the username role
This commit is contained in:
parent
c26473e6cb
commit
89afb8cd89
1 changed files with 7 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ Bug fixes:
|
|||
* Some fix that refers to an issue.
|
||||
:bug:`5467`
|
||||
* Some fix that mentions user :user:`username`.
|
||||
* Some fix thanks to
|
||||
:user:`username`. :bug:`5467`
|
||||
* Some fix with its own bullet points using incorrect indentation:
|
||||
* First nested bullet point
|
||||
with some text that wraps to the next line
|
||||
|
|
@ -65,11 +67,14 @@ def md_changelog():
|
|||
|
||||
### Bug fixes
|
||||
|
||||
- Some fix thanks to
|
||||
- Some fix that mentions user @username.
|
||||
- Some fix that refers to an issue. :bug: (\#5467)
|
||||
1. - bug
|
||||
(\#5467)
|
||||
- Another fix with its own bullet points using correct indentation:
|
||||
- First
|
||||
- Second
|
||||
- Some fix that mentions user @username.
|
||||
- Some fix that refers to an issue. :bug: (\#5467)
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue