SinglePaged icon indicating copy to clipboard operation
SinglePaged copied to clipboard

Code Blocks Render As Single Line

Open elsiehupp opened this issue 3 years ago • 0 comments

On vscodium.github.io, there is a code block that looks like this:

```bash
flatpak install flathub com.vscodium.codium

flatpak run com.vscodium.codium
```

And it renders like this:

two bash lines rendering as a single line

I don't know a lot about Jekyll themes, but it seems like maybe the problem is with SinglePaged.

I tried running rougify style github >> combo.css, and it added some bash syntax highlighting but also outputted a bunch of white-on-white text. It did not fix the issue of the code block rendering as a single line, though.

elsiehupp avatar Mar 23 '21 02:03 elsiehupp