You must log in or register to comment.
When LateX doesn’t translate to HTML
I am curious why H2S is formatted through.
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.