Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for LaTeX environments
Support `equation` and `align` environments for LaTeX. This change enables us to handle more complex LaTeX expressions, including those within environments. By replacing the delimiters for these environments with the appropriate MathJax equivalents, we ensure consistent rendering of mathematical equations within the application.
- Loading branch information