Dhub now supports math in your documents. Equations that you add to your Markdown pages are rendered with KaTeX for beautiful notation. See the video below for a demo.
Inline math, like other inline elements, can appear in the middle of a sentence and flows with the surrounding text. To add inline math, type / to open the command menu and choose Inline Math.
Inline math renders in Markdown wrapped in single dollar signs $...$.
The quadratic formula is .
To add a LaTeX block, type / and select Math from the command menu.
LaTeX blocks use double dollar signs ($$...$$) on their own lines and render as centered, standalone equations.