From 71032c83499e15103ee733619d472fdd354fbdf5 Mon Sep 17 00:00:00 2001 From: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:04:10 +0300 Subject: [PATCH] List both YAML file extensions in bibliography docs (#6426) --- crates/typst-library/src/model/bibliography.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typst-library/src/model/bibliography.rs b/crates/typst-library/src/model/bibliography.rs index 2a80f67d9..a85efc810 100644 --- a/crates/typst-library/src/model/bibliography.rs +++ b/crates/typst-library/src/model/bibliography.rs @@ -51,8 +51,8 @@ use crate::World; /// You can create a new bibliography by calling this function with a path /// to a bibliography file in either one of two formats: /// -/// - A Hayagriva `.yml` file. Hayagriva is a new bibliography file format -/// designed for use with Typst. Visit its +/// - A Hayagriva `.yaml`/`.yml` file. Hayagriva is a new bibliography +/// file format designed for use with Typst. Visit its /// [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md) /// for more details. /// - A BibLaTeX `.bib` file.