math-rich-editor-pack 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Reusable React editor for rich text and math equations in the same flow.
4
4
 
5
+ ## Live Demo
6
+
7
+ https://math-rich-editor-pack-demo-s1ao.vercel.app/
8
+
5
9
  ## Install
6
10
 
7
11
  ```bash
@@ -46,6 +50,7 @@ export default function QuestionForm() {
46
50
  - Advanced table actions are under `More`
47
51
  - Load content from HTML
48
52
  - Load content from DOCX (with equation conversion + warning reporting)
53
+ - Multiplication normalization for clearer display (`\cdot`, `·`, `⋅` -> `\times`)
49
54
 
50
55
  ## Callback API
51
56