File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 220
220
],
221
221
"sections" : [],
222
222
"type" : " subsec" ,
223
- "link" : " somewhere subs1" ,
224
223
"reference" : " ref subs1"
225
224
}
226
225
],
227
226
"type" : " mainsec" ,
228
- "link" : " somewhere s1" ,
229
227
"reference" : " ref s1"
230
228
},
231
229
{
232
230
"definition" : " def s2" ,
233
231
"name" : " section two" ,
234
- "include" : " url s2" ,
235
232
"properties" : [],
236
233
"sections" : [],
237
234
"type" : " mainsec" ,
245
242
"properties" : [],
246
243
"sections" : [],
247
244
"type" : " mainsec" ,
248
- "link" : " somewhere s3" ,
249
245
"reference" : " ref s3"
250
246
}
251
247
],
Original file line number Diff line number Diff line change 6
6
<reference >ref subs1</reference >
7
7
<include >url subs1</include >
8
8
<type >subsec</type >
9
- <link >somewhere subs1</link >
10
9
<name >subsec_one</name >
11
10
<property >
12
11
<definition >def prop1</definition >
37
36
<reference >ref s1</reference >
38
37
<include >url s1</include >
39
38
<type >mainsec</type >
40
- <link >somewhere s1</link >
41
39
<name >sec_one</name >
42
40
<property >
43
41
<definition >def prop1</definition >
96
94
<section >
97
95
<definition >def s2</definition >
98
96
<reference >ref s2</reference >
99
- <include >url s2</include >
100
97
<type >mainsec</type >
101
98
<link >somewhere s2</link >
102
99
<name >section two</name >
106
103
<reference >ref s3</reference >
107
104
<include >url s3</include >
108
105
<type >mainsec</type >
109
- <link >somewhere s3</link >
110
106
<name >section three</name >
111
107
</section >
112
108
<author >author</author >
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Document:
5
5
sections :
6
6
- definition : def s1
7
7
include : url s1
8
- link : somewhere s1
9
8
name : sec_one
10
9
properties :
11
10
- definition : def prop1
@@ -117,7 +116,6 @@ Document:
117
116
reference : ref s1
118
117
sections :
119
118
- definition : def subs1
120
- include : url subs1
121
119
link : somewhere subs1
122
120
name : subsection one
123
121
properties :
@@ -177,14 +175,12 @@ Document:
177
175
type : mainsec
178
176
- definition : def s2
179
177
include : url s2
180
- link : somewhere s2
181
178
name : section two
182
179
properties : []
183
180
reference : ref s2
184
181
sections : []
185
182
type : mainsec
186
183
- definition : def s3
187
- include : url s3
188
184
link : somewhere s3
189
185
name : section three
190
186
properties : []
You can’t perform that action at this time.
0 commit comments