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 14b0897 commit b818707Copy full SHA for b818707
crates/typst-library/src/layout/align.rs
@@ -104,7 +104,7 @@ impl Show for Packed<AlignElem> {
104
105
/// 軸に沿って何かを[配置]($align)する位置。
106
///
107
-/// 取りうる値は
+/// 取りうる値は以下の通りです。
108
/// - `start`: [テキストの向き]($text.dir)の[始点]($direction.start)に配置。
109
/// - `end`: [テキストの向き]($text.dir)の[終点]($direction.end)に配置。
110
/// - `left`: 左側に配置。
0 commit comments