vlunot / nb2hugo

A Jupyter notebook to Hugo markdown converter
MIT License
44 stars 9 forks source link

LaTeX formulas don't display correctly in the Coder theme #7

Open vadim0x60 opened 3 years ago

vadim0x60 commented 3 years ago

I am using a hugo theme called Coder

A LaTeX formula like this:

latex

renders like this:

renders

See the page I am talking about here

vadim0x60 commented 3 years ago

I figured out a fix, I needed to enable KaTeX in my theme by adding a katex: true setting. However, it would still be nice to mention in nb2hugo documentation that katex is assumed.