Created attachment 691 [details] code block Numbers are black (or dark) with syntax highlighting. The default for syntax highlighted should be "text". ``` Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz 1GB, 2GB or 4GB LPDDR4-2400 SDRAM (depending on model) 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless, Bluetooth 5.0, BLE ``` ```text Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz 1GB, 2GB or 4GB LPDDR4-2400 SDRAM (depending on model) 2.4 GHz and 5.0 GHz IEEE 802.11ac wireless, Bluetooth 5.0, BLE ```
syntax highlighting for bash has the same issue. Any numbers are black and become invisible with the black background of the code block. Suggest making the code blocks a lighter background color like a light gray.
I have a small fix for this. But I am not happy with it. pygments styling is a devil. The numbers are showing up, but I will leave this bug open and have a closer look at it later.