mulmocast 2.1.28 → 2.1.30

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.
Files changed (38) hide show
  1. package/README.md +77 -0
  2. package/assets/html/tailwind.html +33 -0
  3. package/lib/cli/commands/tool/index.js +11 -1
  4. package/lib/cli/commands/tool/info/builder.d.ts +6 -0
  5. package/lib/cli/commands/tool/info/builder.js +13 -0
  6. package/lib/cli/commands/tool/info/handler.d.ts +6 -0
  7. package/lib/cli/commands/tool/info/handler.js +219 -0
  8. package/lib/cli/commands/tool/info/index.d.ts +4 -0
  9. package/lib/cli/commands/tool/info/index.js +4 -0
  10. package/lib/data/index.d.ts +1 -0
  11. package/lib/data/index.js +1 -0
  12. package/lib/data/markdownStyles.d.ts +14 -0
  13. package/lib/data/markdownStyles.js +998 -0
  14. package/lib/types/schema.d.ts +72 -5
  15. package/lib/types/schema.js +22 -1
  16. package/lib/types/type.d.ts +4 -1
  17. package/lib/utils/context.d.ts +24 -2
  18. package/lib/utils/html_render.js +13 -5
  19. package/lib/utils/image_plugins/chart.js +2 -5
  20. package/lib/utils/image_plugins/markdown.js +60 -12
  21. package/lib/utils/image_plugins/markdown_layout.d.ts +6 -0
  22. package/lib/utils/image_plugins/markdown_layout.js +127 -0
  23. package/lib/utils/image_plugins/mermaid.d.ts +1 -0
  24. package/lib/utils/image_plugins/mermaid.js +16 -13
  25. package/lib/utils/image_plugins/text_slide.js +3 -2
  26. package/lib/utils/image_plugins/utils.d.ts +2 -0
  27. package/lib/utils/image_plugins/utils.js +13 -0
  28. package/package.json +1 -1
  29. package/scripts/test/test_all_markdown_styles.json +809 -0
  30. package/scripts/test/test_markdown_layout.json +152 -0
  31. package/scripts/test/test_markdown_mermaid.json +58 -0
  32. package/scripts/test/test_markdown_styles.json +53 -0
  33. package/scripts/test/test_text_slide_style.json +70 -0
  34. package/scripts/test/test_vertexai.json +4 -1
  35. package/scripts/test/test_vertexai.json~ +21 -0
  36. package/scripts/test/zenn_combined_example.json +39 -0
  37. package/scripts/test/zenn_layout_samples.json +92 -0
  38. package/scripts/test/zenn_markdown_demo.json +79 -0
@@ -0,0 +1,809 @@
1
+ {
2
+ "$mulmocast": {
3
+ "version": "1.1"
4
+ },
5
+ "lang": "en",
6
+ "title": "All Markdown Styles (100 patterns)",
7
+ "beats": [
8
+ {
9
+ "text": "corporate-blue style",
10
+ "image": {
11
+ "type": "markdown",
12
+ "markdown": "# corporate-blue\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
13
+ "style": "corporate-blue"
14
+ }
15
+ },
16
+ {
17
+ "text": "executive-gray style",
18
+ "image": {
19
+ "type": "markdown",
20
+ "markdown": "# executive-gray\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
21
+ "style": "executive-gray"
22
+ }
23
+ },
24
+ {
25
+ "text": "finance-green style",
26
+ "image": {
27
+ "type": "markdown",
28
+ "markdown": "# finance-green\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
29
+ "style": "finance-green"
30
+ }
31
+ },
32
+ {
33
+ "text": "startup-orange style",
34
+ "image": {
35
+ "type": "markdown",
36
+ "markdown": "# startup-orange\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
37
+ "style": "startup-orange"
38
+ }
39
+ },
40
+ {
41
+ "text": "consulting-navy style",
42
+ "image": {
43
+ "type": "markdown",
44
+ "markdown": "# consulting-navy\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
45
+ "style": "consulting-navy"
46
+ }
47
+ },
48
+ {
49
+ "text": "professional-white style",
50
+ "image": {
51
+ "type": "markdown",
52
+ "markdown": "# professional-white\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
53
+ "style": "professional-white"
54
+ }
55
+ },
56
+ {
57
+ "text": "corporate-teal style",
58
+ "image": {
59
+ "type": "markdown",
60
+ "markdown": "# corporate-teal\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
61
+ "style": "corporate-teal"
62
+ }
63
+ },
64
+ {
65
+ "text": "enterprise-purple style",
66
+ "image": {
67
+ "type": "markdown",
68
+ "markdown": "# enterprise-purple\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
69
+ "style": "enterprise-purple"
70
+ }
71
+ },
72
+ {
73
+ "text": "banking-gold style",
74
+ "image": {
75
+ "type": "markdown",
76
+ "markdown": "# banking-gold\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
77
+ "style": "banking-gold"
78
+ }
79
+ },
80
+ {
81
+ "text": "modern-corporate style",
82
+ "image": {
83
+ "type": "markdown",
84
+ "markdown": "# modern-corporate\n\n## Category: business\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
85
+ "style": "modern-corporate"
86
+ }
87
+ },
88
+ {
89
+ "text": "cyber-neon style",
90
+ "image": {
91
+ "type": "markdown",
92
+ "markdown": "# cyber-neon\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
93
+ "style": "cyber-neon"
94
+ }
95
+ },
96
+ {
97
+ "text": "terminal-dark style",
98
+ "image": {
99
+ "type": "markdown",
100
+ "markdown": "# terminal-dark\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
101
+ "style": "terminal-dark"
102
+ }
103
+ },
104
+ {
105
+ "text": "gradient-purple style",
106
+ "image": {
107
+ "type": "markdown",
108
+ "markdown": "# gradient-purple\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
109
+ "style": "gradient-purple"
110
+ }
111
+ },
112
+ {
113
+ "text": "matrix-green style",
114
+ "image": {
115
+ "type": "markdown",
116
+ "markdown": "# matrix-green\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
117
+ "style": "matrix-green"
118
+ }
119
+ },
120
+ {
121
+ "text": "ai-blue style",
122
+ "image": {
123
+ "type": "markdown",
124
+ "markdown": "# ai-blue\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
125
+ "style": "ai-blue"
126
+ }
127
+ },
128
+ {
129
+ "text": "hologram style",
130
+ "image": {
131
+ "type": "markdown",
132
+ "markdown": "# hologram\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
133
+ "style": "hologram"
134
+ }
135
+ },
136
+ {
137
+ "text": "circuit-board style",
138
+ "image": {
139
+ "type": "markdown",
140
+ "markdown": "# circuit-board\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
141
+ "style": "circuit-board"
142
+ }
143
+ },
144
+ {
145
+ "text": "dark-code style",
146
+ "image": {
147
+ "type": "markdown",
148
+ "markdown": "# dark-code\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
149
+ "style": "dark-code"
150
+ }
151
+ },
152
+ {
153
+ "text": "cyberpunk style",
154
+ "image": {
155
+ "type": "markdown",
156
+ "markdown": "# cyberpunk\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
157
+ "style": "cyberpunk"
158
+ }
159
+ },
160
+ {
161
+ "text": "blockchain style",
162
+ "image": {
163
+ "type": "markdown",
164
+ "markdown": "# blockchain\n\n## Category: tech\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
165
+ "style": "blockchain"
166
+ }
167
+ },
168
+ {
169
+ "text": "artistic-splash style",
170
+ "image": {
171
+ "type": "markdown",
172
+ "markdown": "# artistic-splash\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
173
+ "style": "artistic-splash"
174
+ }
175
+ },
176
+ {
177
+ "text": "watercolor-soft style",
178
+ "image": {
179
+ "type": "markdown",
180
+ "markdown": "# watercolor-soft\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
181
+ "style": "watercolor-soft"
182
+ }
183
+ },
184
+ {
185
+ "text": "bold-pop style",
186
+ "image": {
187
+ "type": "markdown",
188
+ "markdown": "# bold-pop\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
189
+ "style": "bold-pop"
190
+ }
191
+ },
192
+ {
193
+ "text": "pastel-dream style",
194
+ "image": {
195
+ "type": "markdown",
196
+ "markdown": "# pastel-dream\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
197
+ "style": "pastel-dream"
198
+ }
199
+ },
200
+ {
201
+ "text": "graffiti style",
202
+ "image": {
203
+ "type": "markdown",
204
+ "markdown": "# graffiti\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
205
+ "style": "graffiti"
206
+ }
207
+ },
208
+ {
209
+ "text": "neon-glow style",
210
+ "image": {
211
+ "type": "markdown",
212
+ "markdown": "# neon-glow\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
213
+ "style": "neon-glow"
214
+ }
215
+ },
216
+ {
217
+ "text": "retro-comic style",
218
+ "image": {
219
+ "type": "markdown",
220
+ "markdown": "# retro-comic\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
221
+ "style": "retro-comic"
222
+ }
223
+ },
224
+ {
225
+ "text": "abstract-shapes style",
226
+ "image": {
227
+ "type": "markdown",
228
+ "markdown": "# abstract-shapes\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
229
+ "style": "abstract-shapes"
230
+ }
231
+ },
232
+ {
233
+ "text": "vintage-poster style",
234
+ "image": {
235
+ "type": "markdown",
236
+ "markdown": "# vintage-poster\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
237
+ "style": "vintage-poster"
238
+ }
239
+ },
240
+ {
241
+ "text": "rainbow-gradient style",
242
+ "image": {
243
+ "type": "markdown",
244
+ "markdown": "# rainbow-gradient\n\n## Category: creative\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
245
+ "style": "rainbow-gradient"
246
+ }
247
+ },
248
+ {
249
+ "text": "clean-white style",
250
+ "image": {
251
+ "type": "markdown",
252
+ "markdown": "# clean-white\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
253
+ "style": "clean-white"
254
+ }
255
+ },
256
+ {
257
+ "text": "zen-beige style",
258
+ "image": {
259
+ "type": "markdown",
260
+ "markdown": "# zen-beige\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
261
+ "style": "zen-beige"
262
+ }
263
+ },
264
+ {
265
+ "text": "nordic-light style",
266
+ "image": {
267
+ "type": "markdown",
268
+ "markdown": "# nordic-light\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
269
+ "style": "nordic-light"
270
+ }
271
+ },
272
+ {
273
+ "text": "paper-minimal style",
274
+ "image": {
275
+ "type": "markdown",
276
+ "markdown": "# paper-minimal\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
277
+ "style": "paper-minimal"
278
+ }
279
+ },
280
+ {
281
+ "text": "swiss-design style",
282
+ "image": {
283
+ "type": "markdown",
284
+ "markdown": "# swiss-design\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
285
+ "style": "swiss-design"
286
+ }
287
+ },
288
+ {
289
+ "text": "soft-gray style",
290
+ "image": {
291
+ "type": "markdown",
292
+ "markdown": "# soft-gray\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
293
+ "style": "soft-gray"
294
+ }
295
+ },
296
+ {
297
+ "text": "mono-elegant style",
298
+ "image": {
299
+ "type": "markdown",
300
+ "markdown": "# mono-elegant\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
301
+ "style": "mono-elegant"
302
+ }
303
+ },
304
+ {
305
+ "text": "airy-blue style",
306
+ "image": {
307
+ "type": "markdown",
308
+ "markdown": "# airy-blue\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
309
+ "style": "airy-blue"
310
+ }
311
+ },
312
+ {
313
+ "text": "cream-simple style",
314
+ "image": {
315
+ "type": "markdown",
316
+ "markdown": "# cream-simple\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
317
+ "style": "cream-simple"
318
+ }
319
+ },
320
+ {
321
+ "text": "ultra-minimal style",
322
+ "image": {
323
+ "type": "markdown",
324
+ "markdown": "# ultra-minimal\n\n## Category: minimalist\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
325
+ "style": "ultra-minimal"
326
+ }
327
+ },
328
+ {
329
+ "text": "forest-green style",
330
+ "image": {
331
+ "type": "markdown",
332
+ "markdown": "# forest-green\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
333
+ "style": "forest-green"
334
+ }
335
+ },
336
+ {
337
+ "text": "ocean-blue style",
338
+ "image": {
339
+ "type": "markdown",
340
+ "markdown": "# ocean-blue\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
341
+ "style": "ocean-blue"
342
+ }
343
+ },
344
+ {
345
+ "text": "sunset-orange style",
346
+ "image": {
347
+ "type": "markdown",
348
+ "markdown": "# sunset-orange\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
349
+ "style": "sunset-orange"
350
+ }
351
+ },
352
+ {
353
+ "text": "autumn-leaves style",
354
+ "image": {
355
+ "type": "markdown",
356
+ "markdown": "# autumn-leaves\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
357
+ "style": "autumn-leaves"
358
+ }
359
+ },
360
+ {
361
+ "text": "spring-bloom style",
362
+ "image": {
363
+ "type": "markdown",
364
+ "markdown": "# spring-bloom\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
365
+ "style": "spring-bloom"
366
+ }
367
+ },
368
+ {
369
+ "text": "mountain-mist style",
370
+ "image": {
371
+ "type": "markdown",
372
+ "markdown": "# mountain-mist\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
373
+ "style": "mountain-mist"
374
+ }
375
+ },
376
+ {
377
+ "text": "tropical-vibes style",
378
+ "image": {
379
+ "type": "markdown",
380
+ "markdown": "# tropical-vibes\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
381
+ "style": "tropical-vibes"
382
+ }
383
+ },
384
+ {
385
+ "text": "desert-sand style",
386
+ "image": {
387
+ "type": "markdown",
388
+ "markdown": "# desert-sand\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
389
+ "style": "desert-sand"
390
+ }
391
+ },
392
+ {
393
+ "text": "night-sky style",
394
+ "image": {
395
+ "type": "markdown",
396
+ "markdown": "# night-sky\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
397
+ "style": "night-sky"
398
+ }
399
+ },
400
+ {
401
+ "text": "lavender-field style",
402
+ "image": {
403
+ "type": "markdown",
404
+ "markdown": "# lavender-field\n\n## Category: nature\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
405
+ "style": "lavender-field"
406
+ }
407
+ },
408
+ {
409
+ "text": "charcoal-elegant style",
410
+ "image": {
411
+ "type": "markdown",
412
+ "markdown": "# charcoal-elegant\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
413
+ "style": "charcoal-elegant"
414
+ }
415
+ },
416
+ {
417
+ "text": "midnight-blue style",
418
+ "image": {
419
+ "type": "markdown",
420
+ "markdown": "# midnight-blue\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
421
+ "style": "midnight-blue"
422
+ }
423
+ },
424
+ {
425
+ "text": "dark-gradient style",
426
+ "image": {
427
+ "type": "markdown",
428
+ "markdown": "# dark-gradient\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
429
+ "style": "dark-gradient"
430
+ }
431
+ },
432
+ {
433
+ "text": "deep-purple-dark style",
434
+ "image": {
435
+ "type": "markdown",
436
+ "markdown": "# deep-purple-dark\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
437
+ "style": "deep-purple-dark"
438
+ }
439
+ },
440
+ {
441
+ "text": "obsidian style",
442
+ "image": {
443
+ "type": "markdown",
444
+ "markdown": "# obsidian\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
445
+ "style": "obsidian"
446
+ }
447
+ },
448
+ {
449
+ "text": "dark-forest style",
450
+ "image": {
451
+ "type": "markdown",
452
+ "markdown": "# dark-forest\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
453
+ "style": "dark-forest"
454
+ }
455
+ },
456
+ {
457
+ "text": "dark-ocean style",
458
+ "image": {
459
+ "type": "markdown",
460
+ "markdown": "# dark-ocean\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
461
+ "style": "dark-ocean"
462
+ }
463
+ },
464
+ {
465
+ "text": "slate-dark style",
466
+ "image": {
467
+ "type": "markdown",
468
+ "markdown": "# slate-dark\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
469
+ "style": "slate-dark"
470
+ }
471
+ },
472
+ {
473
+ "text": "noir style",
474
+ "image": {
475
+ "type": "markdown",
476
+ "markdown": "# noir\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
477
+ "style": "noir"
478
+ }
479
+ },
480
+ {
481
+ "text": "carbon-fiber style",
482
+ "image": {
483
+ "type": "markdown",
484
+ "markdown": "# carbon-fiber\n\n## Category: dark\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
485
+ "style": "carbon-fiber"
486
+ }
487
+ },
488
+ {
489
+ "text": "vibrant-pink style",
490
+ "image": {
491
+ "type": "markdown",
492
+ "markdown": "# vibrant-pink\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
493
+ "style": "vibrant-pink"
494
+ }
495
+ },
496
+ {
497
+ "text": "electric-blue style",
498
+ "image": {
499
+ "type": "markdown",
500
+ "markdown": "# electric-blue\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
501
+ "style": "electric-blue"
502
+ }
503
+ },
504
+ {
505
+ "text": "lime-green style",
506
+ "image": {
507
+ "type": "markdown",
508
+ "markdown": "# lime-green\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
509
+ "style": "lime-green"
510
+ }
511
+ },
512
+ {
513
+ "text": "candy-colors style",
514
+ "image": {
515
+ "type": "markdown",
516
+ "markdown": "# candy-colors\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
517
+ "style": "candy-colors"
518
+ }
519
+ },
520
+ {
521
+ "text": "sunset-vibes style",
522
+ "image": {
523
+ "type": "markdown",
524
+ "markdown": "# sunset-vibes\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
525
+ "style": "sunset-vibes"
526
+ }
527
+ },
528
+ {
529
+ "text": "aurora style",
530
+ "image": {
531
+ "type": "markdown",
532
+ "markdown": "# aurora\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
533
+ "style": "aurora"
534
+ }
535
+ },
536
+ {
537
+ "text": "fiesta style",
538
+ "image": {
539
+ "type": "markdown",
540
+ "markdown": "# fiesta\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
541
+ "style": "fiesta"
542
+ }
543
+ },
544
+ {
545
+ "text": "cosmic style",
546
+ "image": {
547
+ "type": "markdown",
548
+ "markdown": "# cosmic\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
549
+ "style": "cosmic"
550
+ }
551
+ },
552
+ {
553
+ "text": "mango-tango style",
554
+ "image": {
555
+ "type": "markdown",
556
+ "markdown": "# mango-tango\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
557
+ "style": "mango-tango"
558
+ }
559
+ },
560
+ {
561
+ "text": "grape-soda style",
562
+ "image": {
563
+ "type": "markdown",
564
+ "markdown": "# grape-soda\n\n## Category: colorful\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
565
+ "style": "grape-soda"
566
+ }
567
+ },
568
+ {
569
+ "text": "retro-70s style",
570
+ "image": {
571
+ "type": "markdown",
572
+ "markdown": "# retro-70s\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
573
+ "style": "retro-70s"
574
+ }
575
+ },
576
+ {
577
+ "text": "paper-texture style",
578
+ "image": {
579
+ "type": "markdown",
580
+ "markdown": "# paper-texture\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
581
+ "style": "paper-texture"
582
+ }
583
+ },
584
+ {
585
+ "text": "typewriter style",
586
+ "image": {
587
+ "type": "markdown",
588
+ "markdown": "# typewriter\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
589
+ "style": "typewriter"
590
+ }
591
+ },
592
+ {
593
+ "text": "sepia-photo style",
594
+ "image": {
595
+ "type": "markdown",
596
+ "markdown": "# sepia-photo\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
597
+ "style": "sepia-photo"
598
+ }
599
+ },
600
+ {
601
+ "text": "art-deco style",
602
+ "image": {
603
+ "type": "markdown",
604
+ "markdown": "# art-deco\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
605
+ "style": "art-deco"
606
+ }
607
+ },
608
+ {
609
+ "text": "newspaper style",
610
+ "image": {
611
+ "type": "markdown",
612
+ "markdown": "# newspaper\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
613
+ "style": "newspaper"
614
+ }
615
+ },
616
+ {
617
+ "text": "polaroid style",
618
+ "image": {
619
+ "type": "markdown",
620
+ "markdown": "# polaroid\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
621
+ "style": "polaroid"
622
+ }
623
+ },
624
+ {
625
+ "text": "old-book style",
626
+ "image": {
627
+ "type": "markdown",
628
+ "markdown": "# old-book\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
629
+ "style": "old-book"
630
+ }
631
+ },
632
+ {
633
+ "text": "vinyl-record style",
634
+ "image": {
635
+ "type": "markdown",
636
+ "markdown": "# vinyl-record\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
637
+ "style": "vinyl-record"
638
+ }
639
+ },
640
+ {
641
+ "text": "mid-century style",
642
+ "image": {
643
+ "type": "markdown",
644
+ "markdown": "# mid-century\n\n## Category: vintage\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
645
+ "style": "mid-century"
646
+ }
647
+ },
648
+ {
649
+ "text": "washi-paper style",
650
+ "image": {
651
+ "type": "markdown",
652
+ "markdown": "# washi-paper\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
653
+ "style": "washi-paper"
654
+ }
655
+ },
656
+ {
657
+ "text": "sumi-ink style",
658
+ "image": {
659
+ "type": "markdown",
660
+ "markdown": "# sumi-ink\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
661
+ "style": "sumi-ink"
662
+ }
663
+ },
664
+ {
665
+ "text": "sakura-pink style",
666
+ "image": {
667
+ "type": "markdown",
668
+ "markdown": "# sakura-pink\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
669
+ "style": "sakura-pink"
670
+ }
671
+ },
672
+ {
673
+ "text": "matcha-green style",
674
+ "image": {
675
+ "type": "markdown",
676
+ "markdown": "# matcha-green\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
677
+ "style": "matcha-green"
678
+ }
679
+ },
680
+ {
681
+ "text": "indigo-blue style",
682
+ "image": {
683
+ "type": "markdown",
684
+ "markdown": "# indigo-blue\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
685
+ "style": "indigo-blue"
686
+ }
687
+ },
688
+ {
689
+ "text": "autumn-maple style",
690
+ "image": {
691
+ "type": "markdown",
692
+ "markdown": "# autumn-maple\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
693
+ "style": "autumn-maple"
694
+ }
695
+ },
696
+ {
697
+ "text": "zen-garden style",
698
+ "image": {
699
+ "type": "markdown",
700
+ "markdown": "# zen-garden\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
701
+ "style": "zen-garden"
702
+ }
703
+ },
704
+ {
705
+ "text": "ukiyo-e style",
706
+ "image": {
707
+ "type": "markdown",
708
+ "markdown": "# ukiyo-e\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
709
+ "style": "ukiyo-e"
710
+ }
711
+ },
712
+ {
713
+ "text": "fuji-mountain style",
714
+ "image": {
715
+ "type": "markdown",
716
+ "markdown": "# fuji-mountain\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
717
+ "style": "fuji-mountain"
718
+ }
719
+ },
720
+ {
721
+ "text": "koi-pond style",
722
+ "image": {
723
+ "type": "markdown",
724
+ "markdown": "# koi-pond\n\n## Category: japanese\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
725
+ "style": "koi-pond"
726
+ }
727
+ },
728
+ {
729
+ "text": "hexagon-pattern style",
730
+ "image": {
731
+ "type": "markdown",
732
+ "markdown": "# hexagon-pattern\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
733
+ "style": "hexagon-pattern"
734
+ }
735
+ },
736
+ {
737
+ "text": "isometric style",
738
+ "image": {
739
+ "type": "markdown",
740
+ "markdown": "# isometric\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
741
+ "style": "isometric"
742
+ }
743
+ },
744
+ {
745
+ "text": "grid-modern style",
746
+ "image": {
747
+ "type": "markdown",
748
+ "markdown": "# grid-modern\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
749
+ "style": "grid-modern"
750
+ }
751
+ },
752
+ {
753
+ "text": "triangles style",
754
+ "image": {
755
+ "type": "markdown",
756
+ "markdown": "# triangles\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
757
+ "style": "triangles"
758
+ }
759
+ },
760
+ {
761
+ "text": "circles-overlap style",
762
+ "image": {
763
+ "type": "markdown",
764
+ "markdown": "# circles-overlap\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
765
+ "style": "circles-overlap"
766
+ }
767
+ },
768
+ {
769
+ "text": "diagonal-stripes style",
770
+ "image": {
771
+ "type": "markdown",
772
+ "markdown": "# diagonal-stripes\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
773
+ "style": "diagonal-stripes"
774
+ }
775
+ },
776
+ {
777
+ "text": "bauhaus style",
778
+ "image": {
779
+ "type": "markdown",
780
+ "markdown": "# bauhaus\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
781
+ "style": "bauhaus"
782
+ }
783
+ },
784
+ {
785
+ "text": "polka-dots style",
786
+ "image": {
787
+ "type": "markdown",
788
+ "markdown": "# polka-dots\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
789
+ "style": "polka-dots"
790
+ }
791
+ },
792
+ {
793
+ "text": "waves style",
794
+ "image": {
795
+ "type": "markdown",
796
+ "markdown": "# waves\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
797
+ "style": "waves"
798
+ }
799
+ },
800
+ {
801
+ "text": "mondrian style",
802
+ "image": {
803
+ "type": "markdown",
804
+ "markdown": "# mondrian\n\n## Category: geometric\n\n- Sample bullet point 1\n- Sample bullet point 2\n- Sample bullet point 3",
805
+ "style": "mondrian"
806
+ }
807
+ }
808
+ ]
809
+ }