mirror of
https://github.com/typst/typst
synced 2025-08-24 19:54:14 +08:00
Review changes
This commit is contained in:
parent
01b7f58b79
commit
2edb44c6e3
@ -137,11 +137,8 @@
|
||||
details: |
|
||||
A module that contains all globally accessible items.
|
||||
|
||||
This is useful whenever you override a name from the global scope, e.g.,
|
||||
the [`text`] element. To access the element simply write `std.text`.
|
||||
Since `std` is not a keyword, you can override it if necessary.
|
||||
Note that element functions from `std` module work exactly like normal ones,
|
||||
meaning they can be used as constructors, in set rules, etc.
|
||||
This is useful whenever you overrode a name from the global scope, e.g.,
|
||||
the [`text`] element. To still access the `text` element, write `std.text`.
|
||||
|
||||
# Example
|
||||
```example
|
||||
|
Loading…
x
Reference in New Issue
Block a user