You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
在middle.json中对应内容如下:
{
"type": "text",
"lines": [
{
"spans": [
{
"type": "text",
"content": "“一方”指乙方或甲方。"
}
]
}
]
},
{
"type": "text",
"lines": [
{
"spans": [
{
"type": "text",
"content": "“合同”指本合同书文本及其与本合同不可分割的若干附件与补充文件。"
}
]
}
]
},
{
"type": "text",
"lines": [
{
"spans": [
{
"type": "text",
"content": "“软件”是指由硬件连线逻辑指令及置于系统存储器内的机器可读码(包括但不限于半导体装置或系统)组成的电脑程序,可提供基本逻辑、操作指令以及与用户相关的应用程序指令,包括用于说明、维护及使用程序的有关文件。"
}
]
}
]
},
在上述局部内容中,都是没有序号的,但是输出的Markdown中是有序号的,对应内容如下:
4. “一方”指乙方或甲方。
5. “合同”指本合同书文本及其与本合同不可分割的若干附件与补充文件。
6. “软件”是指由硬件连线逻辑指令及置于系统存储器内的机器可读码(包括但不限于半导体装置或系统)组成的电脑程序,可提供基本逻辑、操作指令以及与用户相关的应用程序指令,包括用于说明、维护及使用程序的有关文件。
想问下这是为啥,我直接用的middle.json中的内容,结果拼接后丢失了序号。
All reactions