Fix 404 links
This commit is contained in:
parent
08b49291bc
commit
78c615b25f
@ -50,7 +50,7 @@ description: |
|
||||
- Exposed [list]($func/list.item), [enum]($func/enum.item), and
|
||||
[term list]($func/terms.item) items in their respective functions' scope
|
||||
- The `at` methods on [strings]($type/string.at), [arrays]($type/array.at),
|
||||
[dictionaries]($type/dict.at), and [content]($type/content.at) now support
|
||||
[dictionaries]($type/dictionary.at), and [content]($type/content.at) now support
|
||||
specifying a default value
|
||||
- Added support for passing a function to [`replace`]($type/string.replace)
|
||||
that is called with each match.
|
||||
|
@ -323,7 +323,7 @@ fn format_toml_error(error: toml::de::Error) -> EcoString {
|
||||
///
|
||||
/// Display: YAML
|
||||
/// Category: data-loading
|
||||
/// Returns: array or value or dictionary
|
||||
/// Returns: array or dictionary or none or bool or int or float or string
|
||||
#[func]
|
||||
pub fn yaml(
|
||||
/// Path to a YAML file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user