Skip to content

Commit 147c5e8

Browse files
committed
docs: Fix formatting of Markdown release notes.
The removal of the -s (standalone) option avoids adding the title as metadata. The --wrap option preserves the original line breaks rather than breaking every 72 characters.
1 parent ce06c07 commit 147c5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
sed -i "/-----BEGIN PGP SIGNATURE-----/,/-----END PGP SIGNATURE-----\n/d" release-notes.rst
180180
- name: Convert Release Notes to Markdown
181181
run: |
182-
pandoc -s -o release-notes.md release-notes.rst
182+
pandoc --wrap=preserve -o release-notes.md release-notes.rst
183183
- name: Upload artifacts
184184
uses: actions/upload-artifact@v4
185185
with:

0 commit comments

Comments
 (0)