-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi
I,m triying to generate a very simple docx with an image an it's corresponding caption.
However, my output doesn't looks like the ones in the examples.
This is the source file (markdown)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
{#fig:map_id}
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
and this is the command used:
pandoc -f markdown -t docx test.md --filter pandoc-fignos -o test.docx
This is the output I get in MS Word (no number, not even "Figure" caption)

My enviroment:
- OS: Windows 10
- pandoc version : 3.1
- padoc-fignos version 2.4.0
- python version 3.10.1
Probably it's something really simple, but I can't find it.
Regards,
Carlos
Metadata
Metadata
Assignees
Labels
No labels