this post was submitted on 18 Jan 2024
59 points (98.4% liked)
Software Gore
965 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Prof probably pasted these in and the
$
s got automatically escaped or something.Yeah one of them seems to have worked, whatever the reason...
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__
: exampleNot 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.