Rendered bash code not breaking lines #22

Closed
opened 2025-09-10 22:49:55 -05:00 by giteasync · 1 comment
Owner

Originally created by @billbalm on GitHub.

Not sure if jekyll's issue but Markdown is not being parsed correctly.

This line should break after \, but it's not. In this case it would be better to remove the backslashes altogether. Someone not so attentive to details would copy and run this line and not realize it did nothing.

wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \ | gpg --dearmor \ | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
Originally created by @billbalm on GitHub. Not sure if jekyll's issue but Markdown is not being parsed correctly. This line should break after \\, but it's not. In this case it would be better to remove the backslashes altogether. Someone not so attentive to details would copy and run this line and not realize it did nothing. ``` wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \ | gpg --dearmor \ | sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg ```
Author
Owner

@stripedpajamas commented on GitHub:

Real line breaks added in #52

@stripedpajamas commented on GitHub: Real line breaks added in #52
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium.github.io#22