From e0facc7df812dacb43e712b79fdc5b03efd05435 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 May 2025 23:04:34 +0200 Subject: refine example --- _pandoc.qmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_pandoc.qmd b/_pandoc.qmd index 1b2d29c..113c56e 100644 --- a/_pandoc.qmd +++ b/_pandoc.qmd @@ -148,8 +148,9 @@ such as this: [@Gruber2004] ``` -Pandoc uses an extension to Markdown to capture `[@Gruber2004]`, -look it up in a bibliographic database +Pandoc uses a Markdown extension for citations +to capture the string `[@Gruber2004]`, +looks up its embedded citation key `Gruber2004` in a bibliographic database (which might be locally maintained or using a suitable cloud service), and renders two or three texts: -- cgit v1.2.3