-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-sample.yaml
More file actions
169 lines (169 loc) · 3.37 KB
/
test-sample.yaml
File metadata and controls
169 lines (169 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
metadata:
title: Test Document
createdAt: '2025-08-19T01:39:06.632Z'
modifiedAt: '2025-08-19T01:39:06.632Z'
source:
filename: test-sample.md
path: test-sample.md
size: 0
encoding: utf-8
parsing:
parser: marked
version: 16.2.0
timestamp: '2025-08-19T01:39:06.632Z'
options: {}
statistics:
totalLines: 0
contentItems: 12
wordCount: 34
characterCount: 254
multimodalItems: 0
content:
- id: heading_0
type: heading
order: 0
sourceLineStart: 1
sourceLineEnd: 1
level: 1
text: Test Document
anchor: test-document
- id: paragraph_1
type: paragraph
order: 1
sourceLineStart: 1
sourceLineEnd: 1
text: This is a test document for the Petk converter.
- id: heading_2
type: heading
order: 2
sourceLineStart: 1
sourceLineEnd: 1
level: 2
text: Introduction
anchor: introduction
- id: paragraph_3
type: paragraph
order: 3
sourceLineStart: 1
sourceLineEnd: 1
text: Here's some content with **bold text** and *italic text*.
- id: heading_4
type: heading
order: 4
sourceLineStart: 1
sourceLineEnd: 1
level: 3
text: Features
anchor: features
- id: list_5
type: list
order: 5
sourceLineStart: 1
sourceLineEnd: 1
listType: unordered
items:
- Support for headings
- Support for lists
- Support for formatting
- id: heading_6
type: heading
order: 6
sourceLineStart: 1
sourceLineEnd: 1
level: 2
text: Images
anchor: images
- id: paragraph_7
type: paragraph
order: 7
sourceLineStart: 1
sourceLineEnd: 1
text: ''
- id: heading_8
type: heading
order: 8
sourceLineStart: 1
sourceLineEnd: 1
level: 2
text: Code
anchor: code
- id: code_block_9
type: code_block
order: 9
sourceLineStart: 1
sourceLineEnd: 1
language: javascript
code: console.log("Hello, world!");
highlighted: false
- id: heading_10
type: heading
order: 10
sourceLineStart: 1
sourceLineEnd: 1
level: 2
text: Links
anchor: links
- id: paragraph_11
type: paragraph
order: 11
sourceLineStart: 1
sourceLineEnd: 1
text: Visit [Petk](https://github.com/petk/petk) for more information.
structure:
headings:
- id: heading_0
level: 1
text: Test Document
order: 0
children: []
- id: heading_2
level: 2
text: Introduction
order: 2
children: []
- id: heading_4
level: 3
text: Features
order: 4
children: []
- id: heading_6
level: 2
text: Images
order: 6
children: []
- id: heading_8
level: 2
text: Code
order: 8
children: []
- id: heading_10
level: 2
text: Links
order: 10
children: []
tableOfContents:
- id: heading_0
title: Test Document
level: 1
anchor: test-document
- id: heading_2
title: Introduction
level: 2
anchor: introduction
- id: heading_4
title: Features
level: 3
anchor: features
- id: heading_6
title: Images
level: 2
anchor: images
- id: heading_8
title: Code
level: 2
anchor: code
- id: heading_10
title: Links
level: 2
anchor: links
multimodalAssets: []