Hi,

Consider the follow Markdown file:

```
---
title: MWE
---

Foo @rezende_cric_2021 foo

Bar [@rezende_cric_2021].
```

When I run

pandoc --from markdown --citeproc --bibliography=references.bib --csl=ieee.csl mwe.md --to docx

I get

> Foo [1] foo
> Bar [1].

instead of

> Foo T. Rezende et al. (2021) foo
> Bar [1].

Is this because Pandoc doesn't know who to write author in text to DOCX?

Raniere

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/34fcb42e-d378-46a3-ad21-f0098459fe11n%40googlegroups.com.