<!-- en dehors du Markdown, $..$ et \(...\) fonctionnent
<p>
  When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
  \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
</p>
dans le Markdown, utiliser $...$
plus d'infos si besoin :
https://www.fabriziomusacchio.com/blog/2021-08-10-How_to_use_LaTeX_in_Markdown/
https://obedm503.github.io/showdown-katex/
-->