>> 15 Jun 2024 🚀 MDFriday 2.0 is here! Explore the new features and enhancements in our latest release.

Math Typesetting - use Mathematical notation in blog posts

1 Apr 2023

Hugo Authors

In this example we will be using KaTex.

Note: The online reference of
Supported TeX Functions is a helpful resource.

Examples

  • Block math:

\[ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } \]

  • Inline math:

    This is an inline polynomial: \(5x^2 + 2y -7\) .