Scientific notation in Goldmark Markdown

Scientific notation in Goldmark Markdown.
I would like to use Hugo for the publication of some mathematical calculations. My suggestion is to use a markdown. with which it is also possible to write mathematical equations and chemical formulas.
How can I write mathematical calculations and display it in Hugo?

Here some examples:

### Try to run math

\f{x} = \int_{-\infty}^\infty
    \hat \f\xi\,e^{2 \pi i \xi x}
    \,d\xi

This math is inline $a^2+b^2=c^2$.

This is on a separate line

```math
a^2+b^2=c^2
```

Hi there,

It’s unclear from your post: is this a question?

I think you can use Katex in browser.

There’s also a goldmark-mathjax project on Github, but Hugo doesn’t currently use it. Open a feature request in Hugo’s Github issue tracker.