Closed rodorgas closed 4 years ago
If you have LaTeX outside of a table, is it rendered properly?
Yes, latex outside of tables are rendered correctly.
You could use sphinx's mathjax extension. I have confirmed it works both in regular paragraph and table bodies.
Note from mathjax's documentation,
The default math delimiters are
$$...$$
and\[...\]
for displayed mathematics, and\(...\)
for in-line mathematics. Note in particular that the$...$
in-line delimiters are not used by default.
LaTeX isn't rendered inside a table.
For example, this code:
It's rendered by sphinx-markdown-tables as:
Another parser (Typora) will render as: