@powerduck/md-editor 0.2.0 → 0.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerduck/md-editor",
3
- "version": "0.2.0",
4
- "description": "High-performance embeddable Markdown editor built on markdown-it: KaTeX math, Markmap mindmaps, native React component, block-level incremental rendering with debounced scheduling. Ships in simple mode (no toolbar) and complex mode (toolbar + status bar), styled via CSS custom properties with light/dark themes.",
3
+ "version": "0.5.0",
4
+ "description": "High-performance embeddable Markdown editor: KaTeX math, Markmap mindmaps, highlight.js code blocks with copy button, github-markdown-css preview, rich toolbar with image/video/YouTube popups, React component, block-level incremental rendering. Simple and complex modes, light/dark themes.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -57,9 +57,10 @@
57
57
  "@codemirror/state": "^6.4.1",
58
58
  "@codemirror/view": "^6.28.0",
59
59
  "d3": "^7.9.0",
60
+ "github-markdown-css": "^5.6.1",
61
+ "highlight.js": "^11.10.0",
60
62
  "katex": "^0.16.11",
61
63
  "markdown-it": "^14.1.0",
62
- "markdown-it-texmath": "^1.0.0",
63
64
  "markmap-lib": "^0.18.7",
64
65
  "markmap-view": "^0.18.7"
65
66
  },