Doubble Backslashes get misinterpreted in KaTex Renderer #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
Zola Assumes a Backslash in markdown is an escape character even if its in a KaTex expression, thus ignoring or misinterpreting some equations.
ToDo:
Example:
Every
\\represents 1 escaped backslash insted of 2 backslashes wich would be expected.