feat(markdown-node): improve rendering performance and user interaction by caching parsed Markdown and optimizing DOM updates

This commit is contained in:
HouYunFei
2026-07-16 15:11:48 +08:00
parent 13c508bc34
commit 4beadc6161
4 changed files with 155 additions and 79 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "canvas-plugin-markdown",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"description": "Infinite Canvas Markdown 节点插件",