linjer / jekyll-katex

[DEPRECATED] Jekyll plugin for easy server-side math rendering via KaTeX
MIT License
96 stars 8 forks source link

The tag katex is not a recognized Liquid tag. #33

Open cathreya opened 4 years ago

cathreya commented 4 years ago

I am creating a basic Jekyll blog. It works flawlessly on local, however on pushing to gh-pages I get the error in the title. Does gh-pages not support this?

amitport commented 3 years ago

Any updates? @cathreya do you have a solution?

makew0rld commented 3 years ago

GitHub pages limits what kind of extensions you can use. So it is not loading the katex extension, and that's why it isn't recognizing the katex tag. A solution would be to build the site locally and push the _site folder to your repo.