Add MathML rendering #26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is an equation in one of the blog posts.
This is currently implemented as a PNG, having been rendered using https://latex.queezed.io/. This was a stopgap measure to be able to publish the post quickly, but a better solution would be rendering equations directly in the browser using https://www.w3.org/Math/.
Establish a pipeline for embedding TeX equations in source Markdown files and compiling them both into output HTML.