🔢 Overview
Add a dedicated module for mathematical formulas and expressions.
The module should provide a structured representation capable of rendering mathematical notation rather than treating formulas as ordinary text.
🎯 Goals
- Introduce a formula-capable module.
- Store the formula representation in the Core model.
- Render formulas in the preview.
- Render formulas in exported documents.
- Allow formulas to participate in normal document layout.
🌱 Future Direction
The underlying representation should support a LaTeX-like mathematical syntax or another suitable mathematical notation format without coupling the Core module model to a specific rendering library.
🔢 Overview
Add a dedicated module for mathematical formulas and expressions.
The module should provide a structured representation capable of rendering mathematical notation rather than treating formulas as ordinary text.
🎯 Goals
🌱 Future Direction
The underlying representation should support a LaTeX-like mathematical syntax or another suitable mathematical notation format without coupling the Core module model to a specific rendering library.