mirror of
https://github.com/typst/typst
synced 2025-08-24 11:44:12 +08:00
Include only one definition
Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
parent
bd66907040
commit
5d8337c76d
@ -135,11 +135,7 @@
|
||||
category: foundations
|
||||
path: ["std"]
|
||||
details: |
|
||||
# Collection of globally accessible items under `std` variable.
|
||||
# Collection of globally accessible items under `std.` prefix.
|
||||
# Module consisting of globally accessible items.
|
||||
# The standard library as a value.
|
||||
An alias for globally accessible items comprsing the standard library.
|
||||
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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user