Results 16 comments of Syndesi

I think you mixed up two different standards: - [JSON Schema](https://json-schema.org/) which provides a standardized way to define/format/validate JSON data in general. - [JSON Forms](https://jsonforms.io/) which provides a way to...

Actually this bug is more than just "language support": As in the Katex-documentation writen, some symbols must be written in Unicode. Therefore this formula will brake at this moment: ```...

I now looked [into the code](https://github.com/waylonflinn/markdown-it-katex/blob/master/index.js#L164) and found out that katex don't return a string when the latex-input contains these characters. Updating the packages led to compatibility issues and even...

Hey, they completed the bugfix and the current alpha-build (without the new commit) can now render Unicode (yeah! :D ). But there are now other problems, e.g. fractions are now...

@thecuriousdev any idea if this feature can be implemented?