File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,23 @@ alt(代替テキスト)については、[メディアの管理画面](/manu
328328 <figcaption>caption</figcaption>
329329 </figure>
330330
331- なお、サポートしているリンクのフォーマットは、テキスト要素に指定できるフォーマットと同様です。詳細は「[ リンク] ( /manual/rich-editor-usage#ha5cfc5d3a5 ) 」の項目をご参照ください。
331+ なお、サポートしているリンクのフォーマットは、テキスト要素に指定できるフォーマットと同様です。詳細は「[ リンク] ( /manual/rich-editor-usage#ha5cfc5d3a5 ) 」の項目をご参照ください。
332+
333+ 画像の横位置
334+ ======
335+
336+ 画像にフォーカスした状態で「横位置」をクリックすることで、画像の横位置を指定できます。
337+
338+ ![ ] ( https://images.microcms-assets.io/assets/d6af1616730544a596d299c20834f460/3df3014d86b149358c1601e766e0408b/CleanShot%202025-09-08%20at%2013.35.54.png )
339+
340+ ` figure ` タグの` style ` 属性に` text-align ` プロパティが付与されます。
341+
342+ <figure style="text-align: left;">
343+ <img src="https://images.microcms-assets.io/assets/service/test/file.png"
344+ alt="" width="1200" height="630" />
345+ </figure>
346+
347+
332348
333349ファイル
334350====
You can’t perform that action at this time.
0 commit comments