zhengzangw / hugo-theme-ztyblog

This Hugo theme provides many functions which can help you build a well-organized personal site.
MIT License
15 stars 3 forks source link

Some KaTeX funciton not supported #14

Open zhengzangw opened 4 years ago

zhengzangw commented 4 years ago

Below Functions may not be supported

Now you can change line by \newline or \\\\

Sciroccogti commented 4 years ago

May I ask what raises this issue?

zhengzangw commented 4 years ago

This is due to a conflict in markdown and katex "\" function. Use \\\\ may fix this but not a perfect solution (not compatible to latex).

Sciroccogti commented 4 years ago

\newline won't work in \begin{}\end{}

Sciroccogti commented 1 year ago

We can use pandoc to support mathjax: https://discourse.gohugo.io/t/render-some-files-using-pandoc/42400