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 67720c3 commit 0757fcdCopy full SHA for 0757fcd
crates/typst-library/src/model/reference.rs
@@ -61,7 +61,7 @@ use crate::text::TextElem;
61
/// # Syntax
62
/// この機能には専用の記法も用意されています。
63
/// `{"normal"}` の参照を作成するためには`@`に続けてラベル名を入力します。
64
-/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します。)
+/// (たとえば`[= Introduction <intro>]`というラベルを参照するには`[@intro]`と入力します)
65
///
66
/// 補足語をカスタマイズするには、
67
/// `[@intro[Chapter]]`のように、参照の後に角括弧でコンテンツを追加します。
0 commit comments