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 2a655c9 commit 9c22095Copy full SHA for 9c22095
crates/typst/src/visualize/image/mod.rs
@@ -53,7 +53,7 @@ use crate::World;
53
pub struct ImageElem {
54
/// 画像ファイルのパス
55
///
56
- /// より詳細な情報は[Pathsの章]($syntax/#paths)を参照してください。
+ /// より詳細な情報は[パスの章]($syntax/#paths)を参照してください。
57
#[required]
58
#[parse(
59
let Spanned { v: path, span } =
docs/reference/syntax.md
@@ -170,7 +170,7 @@ I got an ice cream for
170
\$1.50! \u{1f600}
171
```
172
173
-## Paths
+## パス { #paths }
174
Typst has various features that require a file path to reference external
175
resources such as images, Typst files, or data files. Paths are represented as
176
[strings]($str). There are two kinds of paths: Relative and absolute.
0 commit comments