From 80baf4606b8b3b2dfbe172f21c435aff7ac47e01 Mon Sep 17 00:00:00 2001 From: Michael Rossetti Date: Tue, 18 Jun 2024 13:08:14 -0400 Subject: [PATCH] Update citation.qmd --- docs/reference/metadata/citation.qmd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/reference/metadata/citation.qmd b/docs/reference/metadata/citation.qmd index 658225146c..acc66614aa 100644 --- a/docs/reference/metadata/citation.qmd +++ b/docs/reference/metadata/citation.qmd @@ -16,3 +16,13 @@ citation: doi: 10.1145/3514174 --- ``` + +To customize the identifier of the citation: + +``` yaml +--- +citation: + type: article-journal + id: lastname2022 +--- +```