Ever wanted to include a math formula in your blog posts? I studied Pure Mathematics as a major in my BSc degree so I like to use math symbols and notation in some of my posts.
For this site, I enabled the use of math blocks via remark-math and Remark MDX math enhanced plugins.
The plugins use the underlying KaTeX library for math typesetting, which is fast and reliable and created by the Khan Academy.
Here is an example of both inline and block math content generated using the following text in the markdown document:
Lift($L$) can be determined by Lift Coefficient ($C_L$) like the following equation.
$$
L = \frac{1}{2} \rho v^2 S C_L
$$
Lift() can be determined by Lift Coefficient () like the following equation.
Additional examples, taken from the KaTeX website: