mirror of
https://github.com/typst/typst
synced 2025-08-13 22:57:56 +08:00
Simplify phrasing for selector docs
This commit is contained in:
parent
22a57fcf5c
commit
09d35c8254
@ -38,12 +38,12 @@ pub use crate::__select_where as select_where;
|
||||
/// A filter for selecting elements within the document.
|
||||
///
|
||||
/// You can construct a selector in the following ways:
|
||||
/// - you can use an element [function]
|
||||
/// - you can filter for an element function with
|
||||
/// - use an element [function]
|
||||
/// - filter for an element function with
|
||||
/// [specific fields]($function.where)
|
||||
/// - you can use a [string]($str) or [regular expression]($regex)
|
||||
/// - you can use a [`{<label>}`]($label)
|
||||
/// - you can use a [`location`]
|
||||
/// - use a [string]($str) or [regular expression]($regex)
|
||||
/// - use a [`{<label>}`]($label)
|
||||
/// - use a [`location`]
|
||||
/// - call the [`selector`] constructor to convert any of the above types into a
|
||||
/// selector value and use the methods below to refine it
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user