Summary: | wiki: Syntax highlighting looks poor and is not helpful | ||
---|---|---|---|
Product: | Infrastructure | Reporter: | Jon <jonipfir> |
Component: | Web Site | Assignee: | Michael Tremer <michael.tremer> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Documentation | ||
Priority: | Will affect all users | CC: | jon.murphy |
Version: | unspecified | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Attachments: | code block |
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. |
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 ```