You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu version in GitHub Actions has recently been upgraded to 24.04:
actions/runner-images#10636)
This meant that pandoc was upgraded and it changed the way markdown is
formatted by default.
- Another fix with its own bullet points using correct indentation:
83
83
- First
84
84
- Second
85
-
- Some fix thanks to @username. :bug: (\#5467)
85
+
- Some fix thanks to @username. :bug: (#5467)
86
86
- Some fix that mentions user @username.
87
-
- Some fix that refers to an issue. :bug: (\#5467)
87
+
- Some fix that refers to an issue. :bug: (#5467)
88
88
- Some fix with its own bullet points using incorrect indentation:
89
89
- First nested bullet point with some text that wraps to the next line
90
90
- Second nested bullet point
@@ -93,7 +93,7 @@ def md_changelog():
93
93
94
94
### Other changes
95
95
96
-
- 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)
96
+
- 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)
0 commit comments