jekyll-katex icon indicating copy to clipboard operation
jekyll-katex copied to clipboard

The tag katex is not a recognized Liquid tag.

Open cathreya opened this issue 5 years ago • 2 comments

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?

cathreya avatar Aug 12 '20 18:08 cathreya

Any updates? @cathreya do you have a solution?

amitport avatar Oct 31 '20 12:10 amitport

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.

makew0rld avatar Feb 08 '21 14:02 makew0rld