We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb166c commit 8bf4358Copy full SHA for 8bf4358
crates/typst/src/model/figure.rs
@@ -27,7 +27,7 @@ use crate::visualize::ImageElem;
27
/// 自動的にその種類を検出し、それぞれに応じて番号付けします。
28
/// 例えば、画像を含む図表は表を含む図表とは別々に番号が付けられます。
29
///
30
-/// # Examples
+/// # 例
31
/// 以下の例は、画像を含む基本的な図表を示しています。
32
/// ```example
33
/// @glacier shows a glacier. Glaciers
crates/typst/src/visualize/image/mod.rs
@@ -39,7 +39,7 @@ use crate::World;
39
/// ほとんどの要素と同様に、画像はデフォルトでは _ブロックレベル_ であるため、隣接する段落に統合されることはありません。
40
/// 画像を強制的にインラインにするには、[`box`]の中に入れてください。
41
42
-/// # Example
43
44
/// #figure(
45
/// image("molecular.jpg", width: 80%),
0 commit comments