VSCodium / vscodium.github.io

a landing page for info about vscodium
https://vscodium.github.io
MIT License
102 stars 43 forks source link

Rendered bash code not breaking lines #49

Closed billbalm closed 2 years ago

billbalm commented 3 years ago

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
stripedpajamas commented 2 years ago

Real line breaks added in #52