VSCodium/vscodium.github.io

Rendered bash code not breaking lines

billbalm opened this issue · 1 comments

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

Real line breaks added in #52