Comment on Can't argue that.
ZkhqrD5o@lemmy.world 1 week ago
R^2 = 0.11
Image
You have to surround the 2 with ^s:
^
R^2^ = 0.11
Note that this’ll bork if you put spaces between the carets: ^2 2^ gives you ^2 2^
^2 2^
I know I’m late, but you can also use: R² = 0.11
Someone said it messes with screen-readers, but when I tried, everything messed with screen-readers, so I don’t see much of a difference.
I’d assume it’s easier for people to get their keyboards to cough up a couple of carets compared to Unicode superscript characters, though
Yeah. I use KCharSelect for it and have been considering making a plasmoid for it for a while now.
KCharSelect
jaennaet@sopuli.xyz 1 week ago
You have to surround the 2 with
^
s:R^2^ = 0.11
R^2^ = 0.11
Note that this’ll bork if you put spaces between the carets:
^2 2^
gives you ^2 2^ulterno@programming.dev 1 week ago
I know I’m late, but you can also use:
R² = 0.11
Someone said it messes with screen-readers, but when I tried, everything messed with screen-readers, so I don’t see much of a difference.
jaennaet@sopuli.xyz 1 week ago
I’d assume it’s easier for people to get their keyboards to cough up a couple of carets compared to Unicode superscript characters, though
ulterno@programming.dev 1 week ago
Yeah.
I use
KCharSelect
for it and have been considering making a plasmoid for it for a while now.