SI Units in math mode

What I’m trying to do

I want to easily type out SI units in math mode.
What I’m currently doing is basically this:
$$d = 5 * 10^{-31} \frac{\mathrm{m}}{\mathrm{s}}$$
However, this is very clunky. In regular LaTeX I’d use siunitx with basically the following syntax:
$$d = \SI{5e-31}{\m\per\s}$$
Is there any similarly easy way to work with SI units in Obsidian?

1 Like

This should help:

1 Like

Thanks, that looks very good.
Didnt know mhchem could do that!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.