Steps to reproduce:
Search for a conversion like "16 GiB in MiB"
Expected behavior:
result: "16 gibibytes = 16384 mebibytes"
reality: "16 gibibytes = 16,384 mebibytes"
The comma, while delightfully human-readable, is terrible for the places I want to copy and paste this result into. Especially when I'm doing byte conversions like this and pasting the answer into yaml config files etc, they can't accept anything that isn't just a string of numbers.
The dream is to still include the comma, but inject it via CSS so it doesn't get copied. You can use something like :before to do this.
Debug info:
Across platforms / Connected to: US-EAST Network latency: 27ms