@zero-library/common 2.3.9 → 2.3.11
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/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +3 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2497,8 +2497,9 @@ var PAGE_NO_KEY = "PageNo";
|
|
|
2497
2497
|
var pageNoMark_default = core.Node.create({
|
|
2498
2498
|
name: PAGE_NO_KEY,
|
|
2499
2499
|
// 节点名称
|
|
2500
|
-
group: "
|
|
2501
|
-
|
|
2500
|
+
group: "inline",
|
|
2501
|
+
inline: true,
|
|
2502
|
+
atom: true,
|
|
2502
2503
|
// content: 'block+', // 能嵌套多个块级内容(如 heading, paragraph 等)
|
|
2503
2504
|
// defining: true, // 使其在文档结构中稳定,避免被合并
|
|
2504
2505
|
// 自定义渲染HTML
|