this post was submitted on 18 Jan 2024
59 points (98.4% liked)

Software Gore

956 readers
1 users here now

A community for posting software malfunctions

Deliberately bad software or bad design is not software gore, it must be something unintentional

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient and shear it



founded 10 months ago
MODERATORS
 
all 10 comments
sorted by: hot top controversial new old
[–] Ashiette@lemmy.world 19 points 8 months ago (2 children)

When LateX doesn't translate to HTML

[–] remotelove@lemmy.ca 19 points 8 months ago

I am curious why H2S is formatted through.

[–] OpenStars@startrek.website 2 points 8 months ago

I'm glad for this comment - I was kinda confused! :-D

[–] rescue_toaster@lemm.ee 9 points 8 months ago (1 children)

As a latex and formatting snob, I will only say element abbreviations should not be italicized. H$_2$SO$_4$ is how I usually do formulas.

[–] kogasa@programming.dev 4 points 8 months ago* (last edited 8 months ago)

\( \mathrm{H}_2 \mathrm{SO}_4 \)

[–] cheerjoy@lemmy.world 5 points 8 months ago (1 children)

Prof probably pasted these in and the $s got automatically escaped or something.

[–] DoYouNot@lemmy.world 2 points 8 months ago (1 children)

Yeah one of them seems to have worked, whatever the reason...

[–] wischi@programming.dev 1 points 8 months ago* (last edited 8 months ago) (1 children)

Looks like LateX is not supported but Markdown is. Single underscore leads to italic text. _some text_ will render as some text. Two underscores will render the text bold in markdown. __example__: example

[–] mumblerfish@lemmy.world 3 points 8 months ago (1 children)

Not sure that explains the working example in the picture. If it was markdown it would have had to changed font, italized, and added a subscript.