- Disable evaluation mode by default
- Updated README to include instructions on includidng KaTeX CSS
- Added extension options
- Allow disabling evaluation mode
- Update README with options
- Display math using the
$$\sum_{i=1}^n x_i$$
notation - Added Display attribute
- Allow copy/paste of latex elements directly in the editor
- Indicate with a black border/box if a math element is currently selected
- Updated HTML render function to allow in-editor copy/paste
- Fixed paste handling function to allow pasting LaTeX expressions and automatically converting them to rendered LaTeX elements
- Allow selection of latex nodes
Initial version with inline math and basic evaluation support