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 2af06aa commit 801d133Copy full SHA for 801d133
crates/typst-library/src/model/link.rs
@@ -48,7 +48,7 @@ pub struct LinkElem {
48
/// スキームを除いたメールアドレスまたは電話番号がリンクの本文になります。
49
///
50
/// - 文書中の別の部分にリンクする場合、
51
- /// `dest`には次の3つのうちいずれかの形式を用いることができます。
+ /// `dest`には次の3つのうちいずれかの形式を用いることができます。
52
/// - 要素に付与された[label]。
53
/// 要素に基づいて自動的にリンクの本文を生成したい場合は、
54
/// [reference]($ref)を使用することを検討してください。
0 commit comments