mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
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. |
||
|---|---|---|
| .. | ||
| _beet | ||
| ascii_logo.txt | ||
| beets.reg | ||
| release.py | ||