getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.76k stars 957 forks source link

Math expressions support #919

Closed freexploit closed 4 years ago

freexploit commented 4 years ago

Expected Behavior

I would like to have support for math notation such as katex or mathjax.

Current Behavior

There is no support for this

Keats commented 4 years ago

That's not something that will be built-in in Zola. If pulldown-cmark integrates an extension for it (components/rendering/src/markdown.rs), it will be enabled. You can use katex via JS in the meantime like in this theme: https://github.com/getzola/even/#katex-math-formula-support