I've always had to create pre-rendered svgs to show math on my blogs, so I thought about adding the math rendering directly from the server.
This pull request uses katex to render inline as well as block math directly on the server-side by setting render_math boolean in the post frontmatter.
I've always had to create pre-rendered svgs to show math on my blogs, so I thought about adding the math rendering directly from the server.
This pull request uses katex to render inline as well as block math directly on the server-side by setting
render_math
boolean in the post frontmatter.