diff --git a/crates/typst-library/src/model/cite.rs b/crates/typst-library/src/model/cite.rs index 29497993d..488cc7657 100644 --- a/crates/typst-library/src/model/cite.rs +++ b/crates/typst-library/src/model/cite.rs @@ -14,7 +14,8 @@ use crate::text::{Lang, Region, TextElem}; /// Cite a work from the bibliography. /// /// Before you starting citing, you need to add a [bibliography] somewhere in -/// your document. +/// your document. Note that you can cite using BibLaTeX or Hayagriva +/// bibliography file. For more information see [bibliography.summary]. /// /// # Example /// ```example