911 B
911 B
Changelog
Unreleased
Excalidraw Extensions
Features
-
Render math notation using the MathJax library. Both standard Latex input and simplified AsciiMath input are supported. MathJax support is implemented as a
mathsubtype ofExcalidrawTextElement.Also added plugin-like subtypes for
ExcalidrawElement. These allow easily supporting custom extensions ofExcalidrawElements such as for MathJax, Markdown, or inline code. #5311. -
Provided a stub example extension (
./empty/index.ts).