beets/extra
Šarūnas Nejus e9076ffb53
Unindent list items in the changelog
I found out that GitHub Actions use pandoc version 2.9.2.1 which
converts bullet points like this:

echo '
* Item
* Another item
' | pandoc --from=rst --to=gfm
  - Item
  - Another item

Note that each item has two-space indent. Meanwhile, locally I've been
testing this conversion using pandoc 3.5 which does not add any indent:

echo '
* Item
* Another item
' | pandoc --from=rst --to=gfm
- Item
- Another item

This commit removes the indent and cleans up the how the replacements in
rst and md text are performed.
2024-12-28 07:24:22 +00:00
..
_beet zsh completion script for the beet command is more portable now: 2024-01-15 09:58:39 +01:00
ascii_logo.txt Fixed logo for real 2013-08-29 22:24:57 -07:00
beets.reg Update related window files to match 3.8 2024-11-22 18:04:43 +10:00
release.py Unindent list items in the changelog 2024-12-28 07:24:22 +00:00