[WIP] Add live LaTeX / math preview support in editor#97
Conversation
|
|
@codex[agent] consider to use https://prosekit.dev/extensions/math/ which already defines node and inline blocks. The extension should be added in the general markdown schema with his own test files, matching all other nodes. Also use this as a reference: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions |
Co-authored-by: riccardoperra <37072694+riccardoperra@users.noreply.github.com>
|
@codex[agent] consider to use https://prosekit.dev/extensions/math/ which already defines node and inline blocks. The extension should be added in the general markdown schema with his own test files, matching all other nodes. Also use this as a reference: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions |
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.