@peaceroad/markdown-it-figure-with-p-caption 0.12.0 → 0.14.0
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.
- package/README.md +294 -274
- package/index.js +812 -362
- package/package.json +10 -4
- package/.vscode/settings.json +0 -5
- package/imgAttrToPCaption.js +0 -82
- package/test/examples-all-iframe-type-figure-class-name.txt +0 -192
- package/test/examples-console.txt +0 -125
- package/test/examples-has-num-class.txt +0 -31
- package/test/examples-iframe-type-blockquote-without-caption.txt +0 -92
- package/test/examples-iframe-without-caption.txt +0 -64
- package/test/examples-img-alt-caption-number.en.txt +0 -51
- package/test/examples-img-alt-caption.en.txt +0 -60
- package/test/examples-img-alt-caption.ja.txt +0 -84
- package/test/examples-img-title-caption-number.en.txt +0 -60
- package/test/examples-img-title-caption.en.txt +0 -60
- package/test/examples-img-title-caption.ja.txt +0 -30
- package/test/examples-multiple-images.txt +0 -140
- package/test/examples-no-option.txt +0 -770
- package/test/examples-one-image-without-caption.txt +0 -59
- package/test/examples-set-figure-number.en.txt +0 -21
- package/test/examples-video-without-caption.txt +0 -52
- package/test/test.js +0 -208
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
A YouTube paragraph.
|
|
3
|
-
|
|
4
|
-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XXXXXXXXXXX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
5
|
-
|
|
6
|
-
A paragraph.
|
|
7
|
-
[HTML]
|
|
8
|
-
<p>A YouTube paragraph.</p>
|
|
9
|
-
<figure class="f-video">
|
|
10
|
-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XXXXXXXXXXX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
11
|
-
</figure>
|
|
12
|
-
<p>A paragraph.</p>
|
|
13
|
-
|
|
14
|
-
[Markdown]
|
|
15
|
-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XXXXXXXXXXX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
16
|
-
[HTML]
|
|
17
|
-
<figure class="f-video">
|
|
18
|
-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/XXXXXXXXXXX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
19
|
-
</figure>
|
|
20
|
-
|
|
21
|
-
[Markdown]
|
|
22
|
-
<iframe src="https://example.com/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://exapmle.com/embed.js" async="async"></script>
|
|
23
|
-
[HTML]
|
|
24
|
-
<figure class="f-iframe">
|
|
25
|
-
<iframe src="https://example.com/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://exapmle.com/embed.js" async="async"></script>
|
|
26
|
-
</figure>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[Markdown]
|
|
31
|
-
<iframe class="speakerdeck-iframe" style="border: 0px none; background: rgba(0, 0, 0, 0.1) padding-box; margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 314;" src="https://speakerdeck.com/player/xxxxxxxxxxxxxx" title="xxxxxxxxxxx" allowfullscreen="true" data-ratio="1.78343949044586" frameborder="0"></iframe>
|
|
32
|
-
[HTML]
|
|
33
|
-
<figure class="f-iframe">
|
|
34
|
-
<iframe class="speakerdeck-iframe" style="border: 0px none; background: rgba(0, 0, 0, 0.1) padding-box; margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 314;" src="https://speakerdeck.com/player/xxxxxxxxxxxxxx" title="xxxxxxxxxxx" allowfullscreen="true" data-ratio="1.78343949044586" frameborder="0"></iframe>
|
|
35
|
-
</figure>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
[Markdown]
|
|
40
|
-
Slide. A caption.
|
|
41
|
-
|
|
42
|
-
<iframe class="speakerdeck-iframe" style="border: 0px none; background: rgba(0, 0, 0, 0.1) padding-box; margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 314;" src="https://speakerdeck.com/player/xxxxxxxxxxxxxx" title="xxxxxxxxxxx" allowfullscreen="true" data-ratio="1.78343949044586" frameborder="0"></iframe>
|
|
43
|
-
[HTML]
|
|
44
|
-
<figure class="f-iframe">
|
|
45
|
-
<figcaption><span class="f-slide-label">Slide<span class="f-slide-label-joint">.</span></span> A caption.</figcaption>
|
|
46
|
-
<iframe class="speakerdeck-iframe" style="border: 0px none; background: rgba(0, 0, 0, 0.1) padding-box; margin: 0px; padding: 0px; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px; width: 100%; height: auto; aspect-ratio: 560 / 314;" src="https://speakerdeck.com/player/xxxxxxxxxxxxxx" title="xxxxxxxxxxx" allowfullscreen="true" data-ratio="1.78343949044586" frameborder="0"></iframe>
|
|
47
|
-
</figure>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
[Markdown]
|
|
51
|
-
<iframe src="https://player.vimeo.com/video/xxxxxxxxxxxxxxx" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
|
52
|
-
<p><a href="https://vimeo.com/xxxx">Title</a> from <a href="https://vimeo.com/yyy">User</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
|
|
53
|
-
[HTML]
|
|
54
|
-
<figure class="f-video">
|
|
55
|
-
<iframe src="https://player.vimeo.com/video/xxxxxxxxxxxxxxx" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
|
56
|
-
<p><a href="https://vimeo.com/xxxx">Title</a> from <a href="https://vimeo.com/yyy">User</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
|
|
57
|
-
</figure>
|
|
58
|
-
|
|
59
|
-
[Markdown]
|
|
60
|
-
<iframe src="https://player.vimeo.com/video/xxxxxxxxxxxxxxx" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
|
61
|
-
[HTML]
|
|
62
|
-
<figure class="f-video">
|
|
63
|
-
<iframe src="https://player.vimeo.com/video/xxxxxxxxxxxxxxx" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
|
64
|
-
</figure>
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[Markdown]
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
[HTML]
|
|
15
|
-
<figure class="f-img">
|
|
16
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
17
|
-
<img src="cat.jpg" alt="">
|
|
18
|
-
</figure>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[Markdown]
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-
[HTML]
|
|
25
|
-
<figure class="f-img">
|
|
26
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span></figcaption>
|
|
27
|
-
<img src="cat.jpg" alt="">
|
|
28
|
-
</figure>
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
[Markdown]
|
|
32
|
-
Figure. A caption.
|
|
33
|
-
|
|
34
|
-

|
|
35
|
-
|
|
36
|
-
[HTML]
|
|
37
|
-
<p>Figure. A caption.</p>
|
|
38
|
-
<figure class="f-img">
|
|
39
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span></figcaption>
|
|
40
|
-
<img src="cat.jpg" alt="">
|
|
41
|
-
</figure>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
[Markdown]
|
|
45
|
-

|
|
46
|
-
|
|
47
|
-
[HTML]
|
|
48
|
-
<figure class="f-img">
|
|
49
|
-
<figcaption><span class="f-img-label">Figure 12<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
50
|
-
<img src="cat.jpg" alt="">
|
|
51
|
-
</figure>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[Markdown]
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
[HTML]
|
|
15
|
-
<figure class="f-img">
|
|
16
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
17
|
-
<img src="cat.jpg" alt="">
|
|
18
|
-
</figure>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[Markdown]
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-
[HTML]
|
|
25
|
-
<figure class="f-img">
|
|
26
|
-
<img src="cat.jpg" alt="">
|
|
27
|
-
</figure>
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[Markdown]
|
|
31
|
-
Figure. A caption.
|
|
32
|
-
|
|
33
|
-

|
|
34
|
-
|
|
35
|
-
[HTML]
|
|
36
|
-
<p>Figure. A caption.</p>
|
|
37
|
-
<figure class="f-img">
|
|
38
|
-
<img src="cat.jpg" alt="">
|
|
39
|
-
</figure>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
[Markdown]
|
|
43
|
-

|
|
44
|
-
|
|
45
|
-
[HTML]
|
|
46
|
-
<figure class="f-img">
|
|
47
|
-
<figcaption><span class="f-img-label">Figure 12<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
48
|
-
<img src="cat.jpg" alt="">
|
|
49
|
-
</figure>
|
|
50
|
-
|
|
51
|
-
[Markdown]
|
|
52
|
-

|
|
53
|
-
|
|
54
|
-
[HTML]
|
|
55
|
-
<figure class="f-img">
|
|
56
|
-
<figcaption><span class="f-img-label">Figure.1</span> A caption.</figcaption>
|
|
57
|
-
<img src="cat.jpg" alt="">
|
|
58
|
-
</figure>
|
|
59
|
-
|
|
60
|
-
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">図1<span class="f-img-label-joint"> </span></span>キャプション</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[Markdown]
|
|
12
|
-
図 キャプション
|
|
13
|
-
|
|
14
|
-

|
|
15
|
-
|
|
16
|
-
[HTML]
|
|
17
|
-
<p>図 キャプション</p>
|
|
18
|
-
<figure class="f-img">
|
|
19
|
-
<figcaption><span class="f-img-label">図1<span class="f-img-label-joint"> </span></span>キャプション</figcaption>
|
|
20
|
-
<img src="cat.jpg" alt="">
|
|
21
|
-
</figure>
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[Markdown]
|
|
25
|
-

|
|
26
|
-
|
|
27
|
-

|
|
28
|
-
|
|
29
|
-
[HTML]
|
|
30
|
-
<figure class="f-img">
|
|
31
|
-
<figcaption><span class="f-img-label">図<span class="f-img-label-joint"> </span></span>A caption.</figcaption>
|
|
32
|
-
<img src="cat.jpg" alt="">
|
|
33
|
-
</figure>
|
|
34
|
-
<figure class="f-img">
|
|
35
|
-
<figcaption><span class="f-img-label">図</span> A caption.</figcaption>
|
|
36
|
-
<img src="cat.jpg" alt="">
|
|
37
|
-
</figure>
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
[Markdown]
|
|
41
|
-
|
|
42
|
-
```
|
|
43
|
-
code
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-

|
|
47
|
-
|
|
48
|
-
[HTML]
|
|
49
|
-
<pre><code>code
|
|
50
|
-
</code></pre>
|
|
51
|
-
<figure class="f-img">
|
|
52
|
-
<figcaption><span class="f-img-label">図<span class="f-img-label-joint"> </span></span>A caption.</figcaption>
|
|
53
|
-
<img src="cat.jpg" alt="">
|
|
54
|
-
</figure>
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
[Markdown]
|
|
58
|
-
|
|
59
|
-
| h1 | h2 |
|
|
60
|
-
|----|----|
|
|
61
|
-
| 11 | 12 |
|
|
62
|
-
|
|
63
|
-

|
|
64
|
-
|
|
65
|
-
[HTML]
|
|
66
|
-
<table>
|
|
67
|
-
<thead>
|
|
68
|
-
<tr>
|
|
69
|
-
<th>h1</th>
|
|
70
|
-
<th>h2</th>
|
|
71
|
-
</tr>
|
|
72
|
-
</thead>
|
|
73
|
-
<tbody>
|
|
74
|
-
<tr>
|
|
75
|
-
<td>11</td>
|
|
76
|
-
<td>12</td>
|
|
77
|
-
</tr>
|
|
78
|
-
</tbody>
|
|
79
|
-
</table>
|
|
80
|
-
<figure class="f-img">
|
|
81
|
-
<figcaption><span class="f-img-label">図<span class="f-img-label-joint"> </span></span>A caption.</figcaption>
|
|
82
|
-
<img src="cat.jpg" alt="">
|
|
83
|
-
</figure>
|
|
84
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[Markdown]
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
[HTML]
|
|
15
|
-
<figure class="f-img">
|
|
16
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
17
|
-
<img src="cat.jpg" alt="">
|
|
18
|
-
</figure>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[Markdown]
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-
[HTML]
|
|
25
|
-
<figure class="f-img">
|
|
26
|
-
<img src="cat.jpg" alt="A alt text.">
|
|
27
|
-
</figure>
|
|
28
|
-
|
|
29
|
-
[Markdown]
|
|
30
|
-

|
|
31
|
-
|
|
32
|
-
[HTML]
|
|
33
|
-
<figure class="f-img">
|
|
34
|
-
<figcaption><span class="f-img-label">Figure 1<span class="f-img-label-joint">.</span></span></figcaption>
|
|
35
|
-
<img src="cat.jpg" alt="A alt text.">
|
|
36
|
-
</figure>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
[Markdown]
|
|
40
|
-
Figure. A caption.
|
|
41
|
-
|
|
42
|
-

|
|
43
|
-
|
|
44
|
-
[HTML]
|
|
45
|
-
<p>Figure. A caption.</p>
|
|
46
|
-
<figure class="f-img">
|
|
47
|
-
<img src="cat.jpg" alt="">
|
|
48
|
-
</figure>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
[Markdown]
|
|
52
|
-

|
|
53
|
-
|
|
54
|
-
[HTML]
|
|
55
|
-
<figure class="f-img">
|
|
56
|
-
<figcaption><span class="f-img-label">Figure 12<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
57
|
-
<img src="cat.jpg" alt="">
|
|
58
|
-
</figure>
|
|
59
|
-
|
|
60
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
[Markdown]
|
|
12
|
-

|
|
13
|
-
|
|
14
|
-
[HTML]
|
|
15
|
-
<figure class="f-img">
|
|
16
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
17
|
-
<img src="cat.jpg" alt="">
|
|
18
|
-
</figure>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[Markdown]
|
|
22
|
-

|
|
23
|
-
|
|
24
|
-
[HTML]
|
|
25
|
-
<figure class="f-img">
|
|
26
|
-
<img src="cat.jpg" alt="A alt text.">
|
|
27
|
-
</figure>
|
|
28
|
-
|
|
29
|
-
[Markdown]
|
|
30
|
-

|
|
31
|
-
|
|
32
|
-
[HTML]
|
|
33
|
-
<figure class="f-img">
|
|
34
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span></figcaption>
|
|
35
|
-
<img src="cat.jpg" alt="A alt text.">
|
|
36
|
-
</figure>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
[Markdown]
|
|
40
|
-
Figure. A caption.
|
|
41
|
-
|
|
42
|
-

|
|
43
|
-
|
|
44
|
-
[HTML]
|
|
45
|
-
<p>Figure. A caption.</p>
|
|
46
|
-
<figure class="f-img">
|
|
47
|
-
<img src="cat.jpg" alt="">
|
|
48
|
-
</figure>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
[Markdown]
|
|
52
|
-

|
|
53
|
-
|
|
54
|
-
[HTML]
|
|
55
|
-
<figure class="f-img">
|
|
56
|
-
<figcaption><span class="f-img-label">Figure 12<span class="f-img-label-joint">.</span></span> A caption.</figcaption>
|
|
57
|
-
<img src="cat.jpg" alt="">
|
|
58
|
-
</figure>
|
|
59
|
-
|
|
60
|
-
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-

|
|
3
|
-
|
|
4
|
-
[HTML]
|
|
5
|
-
<figure class="f-img">
|
|
6
|
-
<figcaption><span class="f-img-label">図1<span class="f-img-label-joint"> </span></span>キャプション</figcaption>
|
|
7
|
-
<img src="cat.jpg" alt="猫">
|
|
8
|
-
</figure>
|
|
9
|
-
|
|
10
|
-
[Markdown]
|
|
11
|
-

|
|
12
|
-
|
|
13
|
-
[HTML]
|
|
14
|
-
<figure class="f-img">
|
|
15
|
-
<figcaption><span class="f-img-label">図</span> キャプション</figcaption>
|
|
16
|
-
<img src="cat.jpg" alt="">
|
|
17
|
-
</figure>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
[Markdown]
|
|
21
|
-
図 キャプション
|
|
22
|
-
|
|
23
|
-

|
|
24
|
-
|
|
25
|
-
[HTML]
|
|
26
|
-
<p>図 キャプション</p>
|
|
27
|
-
<figure class="f-img">
|
|
28
|
-
<figcaption><span class="f-img-label">図23</span> Caption</figcaption>
|
|
29
|
-
<img src="cat.jpg" alt="猫">
|
|
30
|
-
</figure>
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
A paragraph. multipleImages: true.
|
|
3
|
-
|
|
4
|
-
Figure. Cats.
|
|
5
|
-
|
|
6
|
-
 
|
|
7
|
-
|
|
8
|
-
A paragraph.
|
|
9
|
-
[HTML]
|
|
10
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
11
|
-
<figure class="f-img-horizontal">
|
|
12
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
13
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
14
|
-
</figure>
|
|
15
|
-
<p>A paragraph.</p>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
[Markdown]
|
|
19
|
-
A paragraph. multipleImages: true.
|
|
20
|
-
|
|
21
|
-
 
|
|
22
|
-
|
|
23
|
-
Figure. Cats.
|
|
24
|
-
|
|
25
|
-
A paragraph.
|
|
26
|
-
[HTML]
|
|
27
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
28
|
-
<figure class="f-img-horizontal">
|
|
29
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
30
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
31
|
-
</figure>
|
|
32
|
-
<p>A paragraph.</p>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
[Markdown]
|
|
36
|
-
A paragraph. multipleImages: true.
|
|
37
|
-
|
|
38
|
-
Figure. Cats.
|
|
39
|
-
|
|
40
|
-
 {.style}
|
|
41
|
-
|
|
42
|
-
A paragraph.
|
|
43
|
-
[HTML]
|
|
44
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
45
|
-
<figure class="f-img-horizontal style">
|
|
46
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
47
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat"><img src="cat3.jpg" alt="Three cat">
|
|
48
|
-
</figure>
|
|
49
|
-
<p>A paragraph.</p>
|
|
50
|
-
|
|
51
|
-
[Markdown]
|
|
52
|
-
A paragraph. multipleImages: true.
|
|
53
|
-
|
|
54
|
-
Figure. Cats.
|
|
55
|
-
|
|
56
|
-

|
|
57
|
-

|
|
58
|
-
|
|
59
|
-
A paragraph.
|
|
60
|
-
[HTML]
|
|
61
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
62
|
-
<figure class="f-img-vertical">
|
|
63
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
64
|
-
<img src="cat1.jpg" alt="One cat">
|
|
65
|
-
<img src="cat2.jpg" alt="Two cat">
|
|
66
|
-
</figure>
|
|
67
|
-
<p>A paragraph.</p>
|
|
68
|
-
|
|
69
|
-
[Markdown]
|
|
70
|
-
A paragraph. multipleImages: true.
|
|
71
|
-
|
|
72
|
-
Figure. Cats.
|
|
73
|
-
|
|
74
|
-
 
|
|
75
|
-

|
|
76
|
-
|
|
77
|
-
A paragraph.
|
|
78
|
-
[HTML]
|
|
79
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
80
|
-
<figure class="f-img-multiple">
|
|
81
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
82
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
83
|
-
<img src="cat3.jpg" alt="Three cat">
|
|
84
|
-
</figure>
|
|
85
|
-
<p>A paragraph.</p>
|
|
86
|
-
|
|
87
|
-
[Markdown]
|
|
88
|
-
A paragraph. multipleImages: true.
|
|
89
|
-
|
|
90
|
-
Figure. Cats.
|
|
91
|
-
|
|
92
|
-
 
|
|
93
|
-
 {.style}
|
|
94
|
-
|
|
95
|
-
A paragraph.
|
|
96
|
-
[HTML]
|
|
97
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
98
|
-
<figure class="f-img-multiple style">
|
|
99
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
100
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
101
|
-
<img src="cat3.jpg" alt="Three cat">
|
|
102
|
-
</figure>
|
|
103
|
-
<p>A paragraph.</p>
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
[Markdown]
|
|
107
|
-
A paragraph. multipleImages: true.
|
|
108
|
-
|
|
109
|
-
 
|
|
110
|
-
 {.style #id}
|
|
111
|
-
|
|
112
|
-
Figure. Cats.
|
|
113
|
-
|
|
114
|
-
A paragraph.
|
|
115
|
-
[HTML]
|
|
116
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
117
|
-
<figure class="f-img-multiple style" id="id">
|
|
118
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
119
|
-
<img src="cat3.jpg" alt="Three cat"><img src="cat4.jpg" alt="Four cat">
|
|
120
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Cats.</figcaption>
|
|
121
|
-
</figure>
|
|
122
|
-
<p>A paragraph.</p>
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
[Markdown]
|
|
127
|
-
A paragraph. multipleImages: true.
|
|
128
|
-
|
|
129
|
-
 
|
|
130
|
-
 {.style #id}
|
|
131
|
-
|
|
132
|
-
A paragraph.
|
|
133
|
-
[HTML]
|
|
134
|
-
<p>A paragraph. multipleImages: true.</p>
|
|
135
|
-
<figure class="f-img-multiple style" id="id">
|
|
136
|
-
<img src="cat1.jpg" alt="One cat"><img src="cat2.jpg" alt="Two cat">
|
|
137
|
-
<img src="cat3.jpg" alt="Three cat"><img src="cat4.jpg" alt="Four cat">
|
|
138
|
-
</figure>
|
|
139
|
-
<p>A paragraph.</p>
|
|
140
|
-
|