@peaceroad/markdown-it-figure-with-p-caption 0.12.0 → 0.13.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 +10 -4
- package/index.js +227 -121
- package/package.json +8 -2
- package/.vscode/settings.json +0 -5
- 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,192 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
A 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 paragraph.</p>
|
|
9
|
-
<figure class="f-embed">
|
|
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
|
-
|
|
15
|
-
[Markdown]
|
|
16
|
-
A paragraph.
|
|
17
|
-
|
|
18
|
-
Video. A youtube.
|
|
19
|
-
|
|
20
|
-
<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>
|
|
21
|
-
|
|
22
|
-
A paragraph.
|
|
23
|
-
[HTML]
|
|
24
|
-
<p>A paragraph.</p>
|
|
25
|
-
<figure class="f-embed">
|
|
26
|
-
<figcaption><span class="f-video-label">Video<span class="f-video-label-joint">.</span></span> A youtube.</figcaption>
|
|
27
|
-
<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>
|
|
28
|
-
</figure>
|
|
29
|
-
<p>A paragraph.</p>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
[Markdown]
|
|
33
|
-
A paragraph.
|
|
34
|
-
|
|
35
|
-
Source. Twitter Post.
|
|
36
|
-
|
|
37
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
38
|
-
|
|
39
|
-
A paragraph.
|
|
40
|
-
[HTML]
|
|
41
|
-
<p>A paragraph.</p>
|
|
42
|
-
<figure class="f-embed">
|
|
43
|
-
<figcaption><span class="f-blockquote-label">Source<span class="f-blockquote-label-joint">.</span></span> Twitter Post.</figcaption>
|
|
44
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
45
|
-
</figure>
|
|
46
|
-
<p>A paragraph.</p>
|
|
47
|
-
|
|
48
|
-
[Markdown]
|
|
49
|
-
A paragraph.
|
|
50
|
-
|
|
51
|
-
Figure. Twitter Post.
|
|
52
|
-
|
|
53
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
54
|
-
|
|
55
|
-
A paragraph.
|
|
56
|
-
[HTML]
|
|
57
|
-
<p>A paragraph.</p>
|
|
58
|
-
<figure class="f-embed">
|
|
59
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Twitter Post.</figcaption>
|
|
60
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
61
|
-
</figure>
|
|
62
|
-
<p>A paragraph.</p>
|
|
63
|
-
|
|
64
|
-
[Markdown]
|
|
65
|
-
A paragraph.
|
|
66
|
-
|
|
67
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
68
|
-
|
|
69
|
-
Figure. Twitter Post.
|
|
70
|
-
|
|
71
|
-
A paragraph.
|
|
72
|
-
[HTML]
|
|
73
|
-
<p>A paragraph.</p>
|
|
74
|
-
<figure class="f-embed">
|
|
75
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
76
|
-
<figcaption><span class="f-img-label">Figure<span class="f-img-label-joint">.</span></span> Twitter Post.</figcaption>
|
|
77
|
-
</figure>
|
|
78
|
-
<p>A paragraph.</p>
|
|
79
|
-
|
|
80
|
-
[Markdown]
|
|
81
|
-
A paragraph.
|
|
82
|
-
|
|
83
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
84
|
-
|
|
85
|
-
Quote. Twitter Post.
|
|
86
|
-
|
|
87
|
-
A paragraph.
|
|
88
|
-
[HTML]
|
|
89
|
-
<p>A paragraph.</p>
|
|
90
|
-
<figure class="f-embed">
|
|
91
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
92
|
-
<figcaption><span class="f-blockquote-label">Quote<span class="f-blockquote-label-joint">.</span></span> Twitter Post.</figcaption>
|
|
93
|
-
</figure>
|
|
94
|
-
<p>A paragraph.</p>
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
[Markdown]
|
|
98
|
-
A paragraph. 28.
|
|
99
|
-
|
|
100
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
101
|
-
|
|
102
|
-
A paragraph.
|
|
103
|
-
[HTML]
|
|
104
|
-
<p>A paragraph. 28.</p>
|
|
105
|
-
<figure class="f-embed">
|
|
106
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
107
|
-
</figure>
|
|
108
|
-
<p>A paragraph.</p>
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
[Markdown]
|
|
112
|
-
<video controls width="400" height="300">
|
|
113
|
-
<source src="example.mp4" type="video/mp4">
|
|
114
|
-
</video>
|
|
115
|
-
[HTML]
|
|
116
|
-
<figure class="f-video">
|
|
117
|
-
<video controls width="400" height="300">
|
|
118
|
-
<source src="example.mp4" type="video/mp4">
|
|
119
|
-
</video>
|
|
120
|
-
</figure>
|
|
121
|
-
|
|
122
|
-
[Markdown]
|
|
123
|
-
Video. A caption.
|
|
124
|
-
|
|
125
|
-
<video controls width="400" height="300">
|
|
126
|
-
<source src="example.mp4" type="video/mp4">
|
|
127
|
-
</video>
|
|
128
|
-
[HTML]
|
|
129
|
-
<figure class="f-video">
|
|
130
|
-
<figcaption><span class="f-video-label">Video<span class="f-video-label-joint">.</span></span> A caption.</figcaption>
|
|
131
|
-
<video controls width="400" height="300">
|
|
132
|
-
<source src="example.mp4" type="video/mp4">
|
|
133
|
-
</video>
|
|
134
|
-
</figure>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
[Markdown]
|
|
138
|
-
A YouTube paragraph.
|
|
139
|
-
|
|
140
|
-
<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>
|
|
141
|
-
|
|
142
|
-
A paragraph.
|
|
143
|
-
[HTML]
|
|
144
|
-
<p>A YouTube paragraph.</p>
|
|
145
|
-
<figure class="f-embed">
|
|
146
|
-
<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>
|
|
147
|
-
</figure>
|
|
148
|
-
<p>A paragraph.</p>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
[Markdown]
|
|
152
|
-
Video. A YouTube caption.
|
|
153
|
-
|
|
154
|
-
<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>
|
|
155
|
-
|
|
156
|
-
A paragraph.
|
|
157
|
-
[HTML]
|
|
158
|
-
<figure class="f-embed">
|
|
159
|
-
<figcaption><span class="f-video-label">Video<span class="f-video-label-joint">.</span></span> A YouTube caption.</figcaption>
|
|
160
|
-
<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>
|
|
161
|
-
</figure>
|
|
162
|
-
<p>A paragraph.</p>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
[Markdown]
|
|
166
|
-
<blockquote class="bluesky-embed" data-bluesky-uri="at://xxxxxxxxxxxxx" data-bluesky-cid="xxxx"><p lang="en">xxxx
|
|
167
|
-
|
|
168
|
-
xxxx</p>— xxxx (<a href="https://bsky.app/profile/xxx">@xxx</a>) <a href="https://bsky.app/profile/xxx?ref_src=embed">1970年01月01日 00:00</a></blockquote><script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
|
169
|
-
|
|
170
|
-
[HTML]
|
|
171
|
-
<figure class="f-embed">
|
|
172
|
-
<blockquote class="bluesky-embed" data-bluesky-uri="at://xxxxxxxxxxxxx" data-bluesky-cid="xxxx"><p lang="en">xxxx
|
|
173
|
-
|
|
174
|
-
xxxx</p>— xxxx (<a href="https://bsky.app/profile/xxx">@xxx</a>) <a href="https://bsky.app/profile/xxx?ref_src=embed">1970年01月01日 00:00</a></blockquote><script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
|
175
|
-
</figure>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
[Markdown]
|
|
179
|
-
<blockquote class="mastodon-embed" data-embed-url="https://mastodon.social/@xxxx/xxxx/embed" style="background: #FCF8FF; border-radius: 8px; border: 1px solid #C9C4DA; margin: 0; max-width: 540px; min-width: 270px; overflow: hidden; padding: 0;"> <a href="https://mastodon.social/xxxx" target="_blank" style="align-items: center; color: #1C1A25; display: flex; flex-direction: column; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Roboto, sans-serif; font-size: 14px; justify-content: center; letter-spacing: 0.25px; line-height: 20px; padding: 24px; text-decoration: none;"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 79 75"><path d="xxx" fill="currentColor"/></svg> <div style="color: #787588; margin-top: 16px;">Post by @xxx</div> <div style="font-weight: 500;">View on Mastodon</div> </a> </blockquote> <script data-allowed-prefixes="https://mastodon.social/" async src="https://mastodon.social/embed.js"></script>
|
|
180
|
-
|
|
181
|
-
[HTML]
|
|
182
|
-
<figure class="f-embed">
|
|
183
|
-
<blockquote class="mastodon-embed" data-embed-url="https://mastodon.social/@xxxx/xxxx/embed" style="background: #FCF8FF; border-radius: 8px; border: 1px solid #C9C4DA; margin: 0; max-width: 540px; min-width: 270px; overflow: hidden; padding: 0;"> <a href="https://mastodon.social/xxxx" target="_blank" style="align-items: center; color: #1C1A25; display: flex; flex-direction: column; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Roboto, sans-serif; font-size: 14px; justify-content: center; letter-spacing: 0.25px; line-height: 20px; padding: 24px; text-decoration: none;"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 79 75"><path d="xxx" fill="currentColor"/></svg> <div style="color: #787588; margin-top: 16px;">Post by @xxx</div> <div style="font-weight: 500;">View on Mastodon</div> </a> </blockquote> <script data-allowed-prefixes="https://mastodon.social/" async src="https://mastodon.social/embed.js"></script>
|
|
184
|
-
</figure>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
[Markdown]
|
|
188
|
-
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/xxxxxxx" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="xxxx"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
|
|
189
|
-
[HTML]
|
|
190
|
-
<figure class="f-embed">
|
|
191
|
-
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/xxxxxxx" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="xxxx"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
|
|
192
|
-
</figure>
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
```js
|
|
3
|
-
import mdit from 'markdonw-it'
|
|
4
|
-
```
|
|
5
|
-
[HTML]
|
|
6
|
-
<pre><code class="language-js"><span class="hljs-keyword">import</span> mdit <span class="hljs-keyword">from</span> <span class="hljs-string">'markdonw-it'</span>
|
|
7
|
-
</code></pre>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[Markdown]
|
|
11
|
-
```html
|
|
12
|
-
<p>I draw <span class="style">cats</span>.</p>
|
|
13
|
-
```
|
|
14
|
-
[HTML]
|
|
15
|
-
<pre><code class="language-html"><span class="hljs-tag"><<span class="hljs-name">p</span>></span>I draw <span class="hljs-tag"><<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"style"</span>></span>cats<span class="hljs-tag"></<span class="hljs-name">span</span>></span>.<span class="hljs-tag"></<span class="hljs-name">p</span>></span>
|
|
16
|
-
</code></pre>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[Markdown]
|
|
20
|
-
```js
|
|
21
|
-
import mdit from 'markdonw-it'
|
|
22
|
-
const md = mdit()
|
|
23
|
-
md.render('Nyaan')
|
|
24
|
-
```
|
|
25
|
-
[HTML]
|
|
26
|
-
<pre><code class="language-js"><span class="hljs-keyword">import</span> mdit <span class="hljs-keyword">from</span> <span class="hljs-string">'markdonw-it'</span>
|
|
27
|
-
<span class="hljs-keyword">const</span> md = <span class="hljs-title function_">mdit</span>()
|
|
28
|
-
md.<span class="hljs-title function_">render</span>(<span class="hljs-string">'Nyaan'</span>)
|
|
29
|
-
</code></pre>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
[Markdown]
|
|
33
|
-
```js {.style}
|
|
34
|
-
import mdit from 'markdonw-it'
|
|
35
|
-
const md = mdit()
|
|
36
|
-
md.render('Nyaan')
|
|
37
|
-
```
|
|
38
|
-
[HTML]
|
|
39
|
-
<pre><code class="language-js style"><span class="hljs-keyword">import</span> mdit <span class="hljs-keyword">from</span> <span class="hljs-string">'markdonw-it'</span>
|
|
40
|
-
<span class="hljs-keyword">const</span> md = <span class="hljs-title function_">mdit</span>()
|
|
41
|
-
md.<span class="hljs-title function_">render</span>(<span class="hljs-string">'Nyaan'</span>)
|
|
42
|
-
</code></pre>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
[Markdown]
|
|
46
|
-
```html {start="2"}
|
|
47
|
-
<p>I draw <span class="style">cats</span>.</p>
|
|
48
|
-
```
|
|
49
|
-
[HTML]
|
|
50
|
-
<pre><code class="language-html" data-pre-start="2" style="counter-set:pre-line-number 2;"><span class="pre-line"><span class="hljs-tag"><<span class="hljs-name">p</span>></span>I draw <span class="hljs-tag"><<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"style"</span>></span>cats<span class="hljs-tag"></<span class="hljs-name">span</span>></span>.<span class="hljs-tag"></<span class="hljs-name">p</span>></span></span>
|
|
51
|
-
</code></pre>
|
|
52
|
-
|
|
53
|
-
[Markdown]
|
|
54
|
-
```js {start="1"}
|
|
55
|
-
import mdit from 'markdonw-it'
|
|
56
|
-
```
|
|
57
|
-
[HTML]
|
|
58
|
-
<pre><code class="language-js" data-pre-start="1" style="counter-set:pre-line-number 1;"><span class="pre-line"><span class="hljs-keyword">import</span> mdit <span class="hljs-keyword">from</span> <span class="hljs-string">'markdonw-it'</span></span>
|
|
59
|
-
</code></pre>
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
[Markdown]
|
|
63
|
-
```js {.style start="1"}
|
|
64
|
-
import mdit from 'markdonw-it'
|
|
65
|
-
const md = mdit()
|
|
66
|
-
md.render('Nyaan')
|
|
67
|
-
```
|
|
68
|
-
[HTML]
|
|
69
|
-
<pre><code class="language-js style" data-pre-start="1" style="counter-set:pre-line-number 1;"><span class="pre-line"><span class="hljs-keyword">import</span> mdit <span class="hljs-keyword">from</span> <span class="hljs-string">'markdonw-it'</span></span>
|
|
70
|
-
<span class="pre-line"><span class="hljs-keyword">const</span> md = <span class="hljs-title function_">mdit</span>()</span>
|
|
71
|
-
<span class="pre-line">md.<span class="hljs-title function_">render</span>(<span class="hljs-string">'Nyaan'</span>)</span>
|
|
72
|
-
</code></pre>
|
|
73
|
-
|
|
74
|
-
[Markdown]
|
|
75
|
-
```shell
|
|
76
|
-
$ pwd
|
|
77
|
-
/home/User
|
|
78
|
-
```
|
|
79
|
-
[HTML]
|
|
80
|
-
<pre><samp class="language-shell"><span class="hljs-meta prompt_">$ </span><span class="language-bash"><span class="hljs-built_in">pwd</span></span>
|
|
81
|
-
/home/User
|
|
82
|
-
</samp></pre>
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
[Markdown]
|
|
86
|
-
```samp
|
|
87
|
-
$ pwd
|
|
88
|
-
/home/User
|
|
89
|
-
```
|
|
90
|
-
[HTML]
|
|
91
|
-
<pre><samp>$ pwd
|
|
92
|
-
/home/User
|
|
93
|
-
</samp></pre>
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
[Markdown]
|
|
97
|
-
端末 現在のディレクトリ
|
|
98
|
-
|
|
99
|
-
```samp {.style}
|
|
100
|
-
$ pwd
|
|
101
|
-
/home/User
|
|
102
|
-
```
|
|
103
|
-
[HTML]
|
|
104
|
-
<figure class="f-pre-samp">
|
|
105
|
-
<figcaption><span class="f-pre-samp-label">端末</span> 現在のディレクトリ</figcaption>
|
|
106
|
-
<pre><samp class="style">$ pwd
|
|
107
|
-
/home/User
|
|
108
|
-
</samp></pre>
|
|
109
|
-
</figure>
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
[Markdown]
|
|
113
|
-
端末 現在のディレクトリ
|
|
114
|
-
|
|
115
|
-
```console {.style}
|
|
116
|
-
$ pwd
|
|
117
|
-
/home/User
|
|
118
|
-
```
|
|
119
|
-
[HTML]
|
|
120
|
-
<figure class="f-pre-samp">
|
|
121
|
-
<figcaption><span class="f-pre-samp-label">端末</span> 現在のディレクトリ</figcaption>
|
|
122
|
-
<pre><samp class="language-console style"><span class="hljs-meta prompt_">$ </span><span class="language-bash"><span class="hljs-built_in">pwd</span></span>
|
|
123
|
-
/home/User
|
|
124
|
-
</samp></pre>
|
|
125
|
-
</figure>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
Figure 12. A cat.
|
|
3
|
-
|
|
4
|
-

|
|
5
|
-
|
|
6
|
-
[HTML]
|
|
7
|
-
<figure class="f-img">
|
|
8
|
-
<figcaption><span class="f-img-label label-has-num">Figure 12<span class="f-img-label-joint">.</span></span> A cat.</figcaption>
|
|
9
|
-
<img src="cat.jpg" alt="Figure">
|
|
10
|
-
</figure>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
[Markdown]
|
|
14
|
-
A paragraph.
|
|
15
|
-
|
|
16
|
-
リスト1 キャプション
|
|
17
|
-
|
|
18
|
-
```js
|
|
19
|
-
console.log('Nyaan!');
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
A paragraph.
|
|
23
|
-
|
|
24
|
-
[HTML]
|
|
25
|
-
<p>A paragraph.</p>
|
|
26
|
-
<figure class="f-pre-code">
|
|
27
|
-
<figcaption><span class="f-pre-code-label label-has-num">リスト1</span> キャプション</figcaption>
|
|
28
|
-
<pre><code class="language-js">console.log('Nyaan!');
|
|
29
|
-
</code></pre>
|
|
30
|
-
</figure>
|
|
31
|
-
<p>A paragraph.</p>
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
[Markdown]
|
|
2
|
-
A paragraph. iframeTypeBlockquoteWithoutCaption: true.
|
|
3
|
-
|
|
4
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
5
|
-
|
|
6
|
-
A paragraph.
|
|
7
|
-
[HTML]
|
|
8
|
-
<p>A paragraph. iframeTypeBlockquoteWithoutCaption: true.</p>
|
|
9
|
-
<figure class="f-img">
|
|
10
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
11
|
-
</figure>
|
|
12
|
-
<p>A paragraph.</p>
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
[Markdown]
|
|
16
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
17
|
-
[HTML]
|
|
18
|
-
<figure class="f-img">
|
|
19
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
20
|
-
</figure>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[Markdown]
|
|
24
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
25
|
-
|
|
26
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
27
|
-
[HTML]
|
|
28
|
-
<figure class="f-img">
|
|
29
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
30
|
-
</figure>
|
|
31
|
-
<figure class="f-img">
|
|
32
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
33
|
-
</figure>
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
[Markdown]
|
|
38
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
39
|
-
|
|
40
|
-
<!-- -->
|
|
41
|
-
|
|
42
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
43
|
-
[HTML]
|
|
44
|
-
<figure class="f-img">
|
|
45
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
46
|
-
</figure>
|
|
47
|
-
<!-- -->
|
|
48
|
-
<figure class="f-img">
|
|
49
|
-
<blockquote class="twitter-tweet"><p lang="ja" dir="ltr">XXXXX <a href="https://t.co/XXXXX">https://t.co/XXXXX</a></p>— User (@twitter) <a href="https://twitter.com/UserID/status/XXXXX">August 4, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
50
|
-
</figure>
|
|
51
|
-
|
|
52
|
-
[Markdown]
|
|
53
|
-
<iframe src="https://mstdn.social/User/xxxxxxxx/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://mstdn.social/embed.js" async="async"></script>
|
|
54
|
-
[HTML]
|
|
55
|
-
<figure class="f-iframe">
|
|
56
|
-
<iframe src="https://mstdn.social/User/xxxxxxxx/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://mstdn.social/embed.js" async="async"></script>
|
|
57
|
-
</figure>
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
[Markdown]
|
|
61
|
-
<blockquote class="text-post-media" data-text-post-permalink="https://www.threads.net/User/post/xxxxxxxxxx" data-text-post-version="0" id="xxxxxx" style=" background:#FFF; border-width: 1px; border-style: solid; border-color: #00000026; border-radius: 16px; max-width:540px; margin: 1px; min-width:270px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"> <a href="https://www.threads.net/User/post/xxxxxxxxxxxxx" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" target="_blank"> <div style=" padding: 40px; display: flex; flex-direction: column; align-items: center;"><div style=" display:block; height:32px; width:32px; padding-bottom:20px;"> <svg aria-label="Threads" height="32px" role="img" viewBox="0 0 192 192" width="32px" xmlns="http://www.w3.org/2000/svg"> <path /></svg></div> <div style=" font-size: 15px; line-height: 21px; color: #999999; font-weight: 400; padding-bottom: 4px; "> 投稿者: xxxxx</div> <div style=" font-size: 15px; line-height: 21px; color: #000000; font-weight: 600; "> Threadsで見る</div></div></a></blockquote>
|
|
62
|
-
<script async src="https://www.threads.net/embed.js"></script>
|
|
63
|
-
|
|
64
|
-
[HTML]
|
|
65
|
-
<figure class="f-img">
|
|
66
|
-
<blockquote class="text-post-media" data-text-post-permalink="https://www.threads.net/User/post/xxxxxxxxxx" data-text-post-version="0" id="xxxxxx" style=" background:#FFF; border-width: 1px; border-style: solid; border-color: #00000026; border-radius: 16px; max-width:540px; margin: 1px; min-width:270px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"> <a href="https://www.threads.net/User/post/xxxxxxxxxxxxx" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%; font-family: -apple-system, BlinkMacSystemFont, sans-serif;" target="_blank"> <div style=" padding: 40px; display: flex; flex-direction: column; align-items: center;"><div style=" display:block; height:32px; width:32px; padding-bottom:20px;"> <svg aria-label="Threads" height="32px" role="img" viewBox="0 0 192 192" width="32px" xmlns="http://www.w3.org/2000/svg"> <path /></svg></div> <div style=" font-size: 15px; line-height: 21px; color: #999999; font-weight: 400; padding-bottom: 4px; "> 投稿者: xxxxx</div> <div style=" font-size: 15px; line-height: 21px; color: #000000; font-weight: 600; "> Threadsで見る</div></div></a></blockquote>
|
|
67
|
-
<script async src="https://www.threads.net/embed.js"></script>
|
|
68
|
-
</figure>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
[Markdown]
|
|
72
|
-
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/xxxxxxxxxxxxxxxxxxx" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/xxxxxxxxxxxxxxxxxxxxxxx" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g><g><path></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">この投稿をInstagramで見る</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/xxxxxxxxxxxxxx" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ueserがシェアした投稿</a></p></div></blockquote>
|
|
73
|
-
<script async src="//www.instagram.com/embed.js"></script>
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
[HTML]
|
|
77
|
-
<figure class="f-img">
|
|
78
|
-
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/xxxxxxxxxxxxxxxxxxx" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/xxxxxxxxxxxxxxxxxxxxxxx" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g><g><path></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">この投稿をInstagramで見る</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/xxxxxxxxxxxxxx" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">Ueserがシェアした投稿</a></p></div></blockquote>
|
|
79
|
-
<script async src="//www.instagram.com/embed.js"></script>
|
|
80
|
-
</figure>
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
[Markdown]
|
|
84
|
-
<blockquote class="bluesky-embed" data-bluesky-uri="at://did:plc:xxxxxxxxxz/app.bsky.feed.post/xxxxxxxxxxxxxxxxxx" data-bluesky-cid="xxxxxxxxxxxxxxxxxxxxxxxxxx"><p lang="ja">.....<br><br><a href="https://bsky.app/profile/did:plc:xxxxxxxxxxx/post/xxxxxxxxxxxxxx?ref_src=embed">[image or embed]</a></p>— user (<a href="https://bsky.app/profile/did:plc:xxxxxxxxxx?ref_src=embed">user</a>) <a href="https://bsky.app/profile/did:plc:xxxxxxxxxxxx/post/xxxxxxxxxxxx?ref_src=embed">Jun 7, 2024 at 9:49</a></blockquote><script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
|
85
|
-
|
|
86
|
-
[HTML]
|
|
87
|
-
<figure class="f-img">
|
|
88
|
-
<blockquote class="bluesky-embed" data-bluesky-uri="at://did:plc:xxxxxxxxxz/app.bsky.feed.post/xxxxxxxxxxxxxxxxxx" data-bluesky-cid="xxxxxxxxxxxxxxxxxxxxxxxxxx"><p lang="ja">.....<br><br><a href="https://bsky.app/profile/did:plc:xxxxxxxxxxx/post/xxxxxxxxxxxxxx?ref_src=embed">[image or embed]</a></p>— user (<a href="https://bsky.app/profile/did:plc:xxxxxxxxxx?ref_src=embed">user</a>) <a href="https://bsky.app/profile/did:plc:xxxxxxxxxxxx/post/xxxxxxxxxxxx?ref_src=embed">Jun 7, 2024 at 9:49</a></blockquote><script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
|
89
|
-
</figure>
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
@@ -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>
|