-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
supportA support query, not a bug reportA support query, not a bug report
Description
I'm working on Jupyter notebook support in Zed (zed-industries/zed#9778). I know many researchers that would love to have math formatting via $$. The best interface for me to use in GPUI (what Zed is written with) would be a function that takes a &str and returns raw PNG data. That PNG data can be a Vec<u8> or an ImageBuffer from the image crate. As an example, check out crates/repl/src/outputs.rs from zed-industries/zed#12062.
Is there a subset here that would be on par with MathJax, at least at the level supported in Jupyter notebooks?
Metadata
Metadata
Assignees
Labels
supportA support query, not a bug reportA support query, not a bug report