-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update KaTeX Version #981
Comments
I'm sorry that we're having trouble in releasing a new version. #966 |
@Lemmingh Could you clarify what will be the relationship between this extension and upstream regarding LaTeX now that some features overlap (KaTeX, syntax highlighting)? Will the extension leverage the builtin KaTeX and highlighter or replace them instead? |
The math support essentially involves 3 parts:
Unfortunately, they are now implemented by 3 separate components, and I hope we'll be able to organize the internal into one provider.
No. We cannot due to incompatible design.
If you're interested in VS Code's architecture of syntax highlighting: I'd like to migrate to Semantic Highlighting as soon as possible, believing it's the appropriate way to provide syntax highlighting for Markdown. But I have no idea of removing the barrier.
Hard to say. It depends on VS Code's resolution logic. Currently, our renderer contributed via But the TextMate grammar contributed via injection goes conflicting: #1008 (comment) |
Proposal
Visual Studio Code now directly supports KaTeX equations in Markdown. The built-in KaTeX renderer is newer (0.13.0, latest), supporting some new features such the commutative diagrams (the
CD
environment, see this documentation for sample codes). However, VSCode still does not (seem to) support custom macros, KaTeX auto-completion, etc, so this extension is still useful. But the version of KaTeX of this extension is old (0.11.1), without support forCD
environment, for example. Hope that it will be updated soon.The text was updated successfully, but these errors were encountered: