jektex icon indicating copy to clipboard operation
jektex copied to clipboard

A Jekyll plugin for blazing-fast server-side cached LaTeX rendering, with support for macros. Enjoy the comfort of LaTeX and Markdown without cluttering your site with bloated JavaScript.

Results 4 jektex issues
Sort by recently updated
recently updated
newest added

First of all, thank you for the awesome plugin. Could you consider to avoid rendering the contents in pre or code tags? There are quite a few sites that explain...

```md --- layout: page title: test --- $$\alpha$$ $$\beta$$ ``` renders to

Most of the context is at [this issue](https://github.com/KaTeX/KaTeX/issues/4037), will repeat it here for convenience: I'm trying to add colorblind-friendly filters to my blog by, as an example, replacing `some-class: {...

![image](https://github.com/user-attachments/assets/de867fef-0118-4f59-a7d9-76f6899a8f22) ``` \(x + y_2 = 3\) This is inline. \[a + b = 6\] and this is display. ``` 1. Installed via Gemfile and bundle install. 2. `ruby 3.3.5...