@@ -34,6 +34,8 @@ const sampleBlocks: NotionBlock[] = [
34
34
{
35
35
type : 'text' ,
36
36
text : { content : '노션 렌더러 예제' , link : null } ,
37
+ content : '노션 렌더러 예제' ,
38
+ link : null ,
37
39
annotations : {
38
40
bold : false ,
39
41
italic : false ,
@@ -42,6 +44,12 @@ const sampleBlocks: NotionBlock[] = [
42
44
code : false ,
43
45
color : 'default' ,
44
46
} ,
47
+ bold : false ,
48
+ italic : false ,
49
+ strikethrough : false ,
50
+ underline : false ,
51
+ code : false ,
52
+ color : 'default' ,
45
53
plain_text : '노션 렌더러 예제' ,
46
54
href : null ,
47
55
} ,
@@ -61,6 +69,8 @@ const sampleBlocks: NotionBlock[] = [
61
69
content : '이것은 노션 블록을 렌더링하는 컴포넌트입니다. ' ,
62
70
link : null ,
63
71
} ,
72
+ content : '이것은 노션 블록을 렌더링하는 컴포넌트입니다. ' ,
73
+ link : null ,
64
74
annotations : {
65
75
bold : false ,
66
76
italic : false ,
@@ -69,12 +79,20 @@ const sampleBlocks: NotionBlock[] = [
69
79
code : false ,
70
80
color : 'default' ,
71
81
} ,
82
+ bold : false ,
83
+ italic : false ,
84
+ strikethrough : false ,
85
+ underline : false ,
86
+ code : false ,
87
+ color : 'default' ,
72
88
plain_text : '이것은 노션 블록을 렌더링하는 컴포넌트입니다. ' ,
73
89
href : null ,
74
90
} ,
75
91
{
76
92
type : 'text' ,
77
93
text : { content : '다양한 스타일' , link : null } ,
94
+ content : '다양한 스타일' ,
95
+ link : null ,
78
96
annotations : {
79
97
bold : true ,
80
98
italic : false ,
@@ -83,12 +101,20 @@ const sampleBlocks: NotionBlock[] = [
83
101
code : false ,
84
102
color : 'default' ,
85
103
} ,
104
+ bold : true ,
105
+ italic : false ,
106
+ strikethrough : false ,
107
+ underline : false ,
108
+ code : false ,
109
+ color : 'default' ,
86
110
plain_text : '다양한 스타일' ,
87
111
href : null ,
88
112
} ,
89
113
{
90
114
type : 'text' ,
91
115
text : { content : '을 지원합니다.' , link : null } ,
116
+ content : '을 지원합니다.' ,
117
+ link : null ,
92
118
annotations : {
93
119
bold : false ,
94
120
italic : false ,
@@ -97,6 +123,12 @@ const sampleBlocks: NotionBlock[] = [
97
123
code : false ,
98
124
color : 'default' ,
99
125
} ,
126
+ bold : false ,
127
+ italic : false ,
128
+ strikethrough : false ,
129
+ underline : false ,
130
+ code : false ,
131
+ color : 'default' ,
100
132
plain_text : '을 지원합니다.' ,
101
133
href : null ,
102
134
} ,
@@ -113,6 +145,8 @@ const sampleBlocks: NotionBlock[] = [
113
145
{
114
146
type : 'text' ,
115
147
text : { content : '지원하는 기능' , link : null } ,
148
+ content : '지원하는 기능' ,
149
+ link : null ,
116
150
annotations : {
117
151
bold : false ,
118
152
italic : false ,
@@ -121,6 +155,12 @@ const sampleBlocks: NotionBlock[] = [
121
155
code : false ,
122
156
color : 'default' ,
123
157
} ,
158
+ bold : false ,
159
+ italic : false ,
160
+ strikethrough : false ,
161
+ underline : false ,
162
+ code : false ,
163
+ color : 'default' ,
124
164
plain_text : '지원하는 기능' ,
125
165
href : null ,
126
166
} ,
@@ -137,6 +177,8 @@ const sampleBlocks: NotionBlock[] = [
137
177
{
138
178
type : 'text' ,
139
179
text : { content : '다양한 텍스트 스타일 (' , link : null } ,
180
+ content : '다양한 텍스트 스타일 (' ,
181
+ link : null ,
140
182
annotations : {
141
183
bold : false ,
142
184
italic : false ,
@@ -145,12 +187,20 @@ const sampleBlocks: NotionBlock[] = [
145
187
code : false ,
146
188
color : 'default' ,
147
189
} ,
190
+ bold : false ,
191
+ italic : false ,
192
+ strikethrough : false ,
193
+ underline : false ,
194
+ code : false ,
195
+ color : 'default' ,
148
196
plain_text : '다양한 텍스트 스타일 (' ,
149
197
href : null ,
150
198
} ,
151
199
{
152
200
type : 'text' ,
153
201
text : { content : '볼드' , link : null } ,
202
+ content : '볼드' ,
203
+ link : null ,
154
204
annotations : {
155
205
bold : true ,
156
206
italic : false ,
@@ -159,12 +209,20 @@ const sampleBlocks: NotionBlock[] = [
159
209
code : false ,
160
210
color : 'default' ,
161
211
} ,
212
+ bold : true ,
213
+ italic : false ,
214
+ strikethrough : false ,
215
+ underline : false ,
216
+ code : false ,
217
+ color : 'default' ,
162
218
plain_text : '볼드' ,
163
219
href : null ,
164
220
} ,
165
221
{
166
222
type : 'text' ,
167
223
text : { content : ', ' , link : null } ,
224
+ content : ', ' ,
225
+ link : null ,
168
226
annotations : {
169
227
bold : false ,
170
228
italic : false ,
@@ -173,12 +231,20 @@ const sampleBlocks: NotionBlock[] = [
173
231
code : false ,
174
232
color : 'default' ,
175
233
} ,
234
+ bold : false ,
235
+ italic : false ,
236
+ strikethrough : false ,
237
+ underline : false ,
238
+ code : false ,
239
+ color : 'default' ,
176
240
plain_text : ', ' ,
177
241
href : null ,
178
242
} ,
179
243
{
180
244
type : 'text' ,
181
245
text : { content : '이탤릭' , link : null } ,
246
+ content : '이탤릭' ,
247
+ link : null ,
182
248
annotations : {
183
249
bold : false ,
184
250
italic : true ,
@@ -187,12 +253,20 @@ const sampleBlocks: NotionBlock[] = [
187
253
code : false ,
188
254
color : 'default' ,
189
255
} ,
256
+ bold : false ,
257
+ italic : true ,
258
+ strikethrough : false ,
259
+ underline : false ,
260
+ code : false ,
261
+ color : 'default' ,
190
262
plain_text : '이탤릭' ,
191
263
href : null ,
192
264
} ,
193
265
{
194
266
type : 'text' ,
195
267
text : { content : ')' , link : null } ,
268
+ content : ')' ,
269
+ link : null ,
196
270
annotations : {
197
271
bold : false ,
198
272
italic : false ,
@@ -201,6 +275,12 @@ const sampleBlocks: NotionBlock[] = [
201
275
code : false ,
202
276
color : 'default' ,
203
277
} ,
278
+ bold : false ,
279
+ italic : false ,
280
+ strikethrough : false ,
281
+ underline : false ,
282
+ code : false ,
283
+ color : 'default' ,
204
284
plain_text : ')' ,
205
285
href : null ,
206
286
} ,
@@ -217,6 +297,8 @@ const sampleBlocks: NotionBlock[] = [
217
297
{
218
298
type : 'text' ,
219
299
text : { content : '코드 블록' , link : null } ,
300
+ content : '코드 블록' ,
301
+ link : null ,
220
302
annotations : {
221
303
bold : false ,
222
304
italic : false ,
@@ -225,12 +307,20 @@ const sampleBlocks: NotionBlock[] = [
225
307
code : true ,
226
308
color : 'default' ,
227
309
} ,
310
+ bold : false ,
311
+ italic : false ,
312
+ strikethrough : false ,
313
+ underline : false ,
314
+ code : true ,
315
+ color : 'default' ,
228
316
plain_text : '코드 블록' ,
229
317
href : null ,
230
318
} ,
231
319
{
232
320
type : 'text' ,
233
321
text : { content : ' 지원' , link : null } ,
322
+ content : ' 지원' ,
323
+ link : null ,
234
324
annotations : {
235
325
bold : false ,
236
326
italic : false ,
@@ -239,6 +329,12 @@ const sampleBlocks: NotionBlock[] = [
239
329
code : false ,
240
330
color : 'default' ,
241
331
} ,
332
+ bold : false ,
333
+ italic : false ,
334
+ strikethrough : false ,
335
+ underline : false ,
336
+ code : false ,
337
+ color : 'default' ,
242
338
plain_text : ' 지원' ,
243
339
href : null ,
244
340
} ,
@@ -258,6 +354,8 @@ const sampleBlocks: NotionBlock[] = [
258
354
content : 'const greeting = "안녕하세요!";\nconsole.log(greeting);' ,
259
355
link : null ,
260
356
} ,
357
+ content : 'const greeting = "안녕하세요!";\nconsole.log(greeting);' ,
358
+ link : null ,
261
359
annotations : {
262
360
bold : false ,
263
361
italic : false ,
@@ -266,6 +364,12 @@ const sampleBlocks: NotionBlock[] = [
266
364
code : false ,
267
365
color : 'default' ,
268
366
} ,
367
+ bold : false ,
368
+ italic : false ,
369
+ strikethrough : false ,
370
+ underline : false ,
371
+ code : false ,
372
+ color : 'default' ,
269
373
plain_text : 'const greeting = "안녕하세요!";\nconsole.log(greeting);' ,
270
374
href : null ,
271
375
} ,
@@ -287,6 +391,8 @@ const sampleBlocks: NotionBlock[] = [
287
391
{
288
392
type : 'text' ,
289
393
text : { content : '샘플 이미지' , link : null } ,
394
+ content : '샘플 이미지' ,
395
+ link : null ,
290
396
annotations : {
291
397
bold : false ,
292
398
italic : false ,
@@ -295,6 +401,12 @@ const sampleBlocks: NotionBlock[] = [
295
401
code : false ,
296
402
color : 'default' ,
297
403
} ,
404
+ bold : false ,
405
+ italic : false ,
406
+ strikethrough : false ,
407
+ underline : false ,
408
+ code : false ,
409
+ color : 'default' ,
298
410
plain_text : '샘플 이미지' ,
299
411
href : null ,
300
412
} ,
@@ -311,6 +423,8 @@ const sampleBlocks: NotionBlock[] = [
311
423
{
312
424
type : 'text' ,
313
425
text : { content : 'Codeium 웹사이트' , link : null } ,
426
+ content : 'Codeium 웹사이트' ,
427
+ link : null ,
314
428
annotations : {
315
429
bold : false ,
316
430
italic : false ,
@@ -319,6 +433,12 @@ const sampleBlocks: NotionBlock[] = [
319
433
code : false ,
320
434
color : 'default' ,
321
435
} ,
436
+ bold : false ,
437
+ italic : false ,
438
+ strikethrough : false ,
439
+ underline : false ,
440
+ code : false ,
441
+ color : 'default' ,
322
442
plain_text : 'Codeium 웹사이트' ,
323
443
href : null ,
324
444
} ,
0 commit comments