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 fe0535b commit 45dc0f2Copy full SHA for 45dc0f2
crates/typst-library/src/model/par.rs
@@ -104,7 +104,7 @@ pub struct ParElem {
104
///
105
/// top-edge、bottom-edge、およびleadingを設定することで、
106
/// ベースライン間の距離を一定に揃えることも可能です。
107
- /// たとえば、leadingを `{1em}`、top-edgeを`{0.8em}`、
+ /// 例えば、leadingを `{1em}`、top-edgeを`{0.8em}`、
108
/// bottom-edgeを `{-0.2em}` に設定すると、
109
/// ちょうど`{2em}`のベースライン間隔になります。
110
/// top-edgeとbottom-edgeの値の正確な配分が最初の行と最後の行の境界に影響を与えます。
0 commit comments