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 e6308a8 commit b83ef53Copy full SHA for b83ef53
crates/typst-library/src/layout/container.rs
@@ -191,7 +191,7 @@ pub enum InlineItem {
191
/// )
192
/// ```
193
///
194
-/// ブロックは、特に show ルールを記述する際、本来インラインとなる要素を強制的にブロックレベルとして扱う場合にも有用です。
+/// ブロックは、特にshowルールを記述する際、本来インラインとなる要素を強制的にブロックレベルとして扱う場合にも有用です。
195
/// ```example
196
/// #show heading: it => it.body
197
/// = Blockless
0 commit comments