@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.esm.js
CHANGED
|
@@ -2454,8 +2454,9 @@ var PAGE_NO_KEY = "PageNo";
|
|
|
2454
2454
|
var pageNoMark_default = Node.create({
|
|
2455
2455
|
name: PAGE_NO_KEY,
|
|
2456
2456
|
// 节点名称
|
|
2457
|
-
group: "
|
|
2458
|
-
|
|
2457
|
+
group: "inline",
|
|
2458
|
+
inline: true,
|
|
2459
|
+
atom: true,
|
|
2459
2460
|
// content: 'block+', // 能嵌套多个块级内容(如 heading, paragraph 等)
|
|
2460
2461
|
// defining: true, // 使其在文档结构中稳定,避免被合并
|
|
2461
2462
|
// 自定义渲染HTML
|