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 0beeb66 commit 8fa5d51Copy full SHA for 8fa5d51
crates/typst-library/src/model/quote.rs
@@ -90,7 +90,7 @@ pub struct QuoteElem {
90
/// ```
91
quotes: Smart<bool>,
92
93
- /// 引用文の帰属、通常は著者や出典を示します。
+ /// 引用文の帰属情報。通常は著者名や出典元を指します。
94
/// 参考文献エントリを指すラベルや任意のコンテンツを設定することもできます。
95
/// デフォルトではブロック引用にのみ表示されますが、`{show}`ルールを使用して変更できます。
96
///
0 commit comments