@@ -53,7 +53,7 @@ Captions can be nested, and if multiple captions are used on a single block, the
53
53
nested figures.
54
54
55
55
``` text title="Nested Captions"
56
- Paragraph
56
+ 
57
57
58
58
/// caption
59
59
Inner caption
@@ -65,7 +65,7 @@ Outer caption
65
65
```
66
66
67
67
//// html | div.result
68
- Paragraph
68
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
69
69
70
70
/// caption
71
71
Inner caption
@@ -81,13 +81,13 @@ into that figure. This allows for more complex figures with sub-figures.
81
81
82
82
``` html title="Complex Captions"
83
83
//// html | figure
84
- Paragraph 1
84
+ 
85
85
86
86
/// caption
87
87
Caption 1
88
88
///
89
89
90
- Paragraph 2
90
+ 
91
91
92
92
/// caption
93
93
Caption 2
@@ -108,13 +108,13 @@ figure.general > figcaption {
108
108
109
109
///// html | div.result
110
110
//// html | figure
111
- Paragraph 1
111
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
112
112
113
113
/// caption
114
114
Caption 1
115
115
///
116
116
117
- Paragraph 2
117
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
118
118
119
119
/// caption
120
120
Caption 2
@@ -140,13 +140,13 @@ caption.
140
140
141
141
``` html title="Complex Captions: <code>md_in_html</code>"
142
142
<figure markdown >
143
- Paragraph 1
143
+ 
144
144
145
145
/// caption
146
146
Caption 1
147
147
///
148
148
149
- Paragraph 2
149
+ 
150
150
151
151
/// caption
152
152
Caption 2
@@ -167,13 +167,13 @@ figure.general > figcaption {
167
167
168
168
///// html | div.result
169
169
<figure markdown >
170
- Paragraph 1
170
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
171
171
172
172
/// caption
173
173
Caption 1
174
174
///
175
175
176
- Paragraph 2
176
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
177
177
178
178
/// caption
179
179
Caption 2
@@ -237,27 +237,27 @@ Regardless of whether `prepend` is enabled or disabled globally, you can force p
237
237
` < ` or ` > ` in the header for prepending or appending respectively.
238
238
239
239
``` text title="Manual Prepend/Append"
240
- Paragraph 1
240
+ 
241
241
242
242
/// caption | <
243
243
Caption 1
244
244
///
245
245
246
- Paragraph 2 | >
246
+ 
247
247
248
248
/// caption
249
249
Caption 2
250
250
///
251
251
```
252
252
253
253
//// html | div.result
254
- Paragraph 1
254
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
255
255
256
256
/// caption | <
257
257
Caption 1
258
258
///
259
259
260
- Paragraph 2 | >
260
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
261
261
262
262
/// caption
263
263
Caption 2
@@ -340,44 +340,44 @@ increase the numbering depth for that specific figure by the specified value rel
340
340
still subject to the ` auto_levels ` limit.
341
341
342
342
``` text title="Nesting Depth"
343
- Paragraph
343
+ 
344
344
/// figure-caption
345
345
Caption
346
346
///
347
347
348
- Paragraph
348
+ 
349
349
/// figure-caption | ^1
350
350
Caption
351
351
///
352
352
353
- Paragraph
353
+ 
354
354
/// figure-caption | ^1
355
355
Caption
356
356
///
357
357
358
- Paragraph
358
+ 
359
359
/// figure-caption
360
360
Caption
361
361
///
362
362
```
363
363
364
364
//// html | div.result
365
- Paragraph
365
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
366
366
/// figure-caption
367
367
Caption
368
368
///
369
369
370
- Paragraph
370
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
371
371
/// figure-caption | ^1
372
372
Caption
373
373
///
374
374
375
- Paragraph
375
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
376
376
/// figure-caption | ^1
377
377
Caption
378
378
///
379
379
380
- Paragraph
380
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
381
381
/// figure-caption
382
382
Caption
383
383
///
@@ -401,14 +401,14 @@ of figure types that specify a prefix template. Manual mode does not not check o
401
401
they are in fact numbers that are formatted properly.
402
402
403
403
``` text title="Manual Numbers"
404
- Paragraph
404
+ 
405
405
/// figure-caption | 12
406
406
Caption
407
407
///
408
408
```
409
409
410
410
//// html | div.result
411
- Paragraph
411
+ ![ placeholder ] ( ../../../images/placeholder.jpeg )
412
412
/// figure-caption | 12
413
413
Caption
414
414
///
@@ -436,7 +436,7 @@ the ID will be applied instead of any auto-generated ID. Manually specified IDs
436
436
numerical prefixes.
437
437
438
438
```
439
- Paragraph
439
+ 
440
440
441
441
/// figure-caption
442
442
attrs: {id: static-id}
0 commit comments