One of the things I want in blogging system is the ability to render math. If I can write math using single dollar delimiter for inline math and double dollar delimiter for display math, that would be ideal because it is the style supported in vs code and GitHub.
This is inline math: $y = x^2$ while the following is the display math.
$$y = a + b x + x^2$$.
How are they rendered in hey.com?
This is inline math: $y = x^2$ while the following is the display math.
$$y = a + b x + x^2$$.
How are they rendered in hey.com?