List both YAML file extensions in bibliography docs (#6426)

This commit is contained in:
Andrew Voynov 2025-06-11 13:04:10 +03:00 committed by GitHub
parent 3a6d5fd6b2
commit 71032c8349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,8 +51,8 @@ use crate::World;
/// You can create a new bibliography by calling this function with a path /// You can create a new bibliography by calling this function with a path
/// to a bibliography file in either one of two formats: /// to a bibliography file in either one of two formats:
/// ///
/// - A Hayagriva `.yml` file. Hayagriva is a new bibliography file format /// - A Hayagriva `.yaml`/`.yml` file. Hayagriva is a new bibliography
/// designed for use with Typst. Visit its /// file format designed for use with Typst. Visit its
/// [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md) /// [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md)
/// for more details. /// for more details.
/// - A BibLaTeX `.bib` file. /// - A BibLaTeX `.bib` file.