How to use normalized author metadata in Pandoc template #5778
-
Descriptionhttps://quarto.org/docs/journals/authors.html says
I expect the keys to be available in Pandoc but, based in the follow example, they are not. Considering the minimal working example with
and
Executing
and output file contains
What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
That definitely seems like it should work - let me have a closer look at what might be the cause. I wonder if we're not properly normalizing the author names in this case. Could you try
to see whether the issue is that nothing is there vs that we're not properly normalizing the name... |
Beta Was this translation helpful? Give feedback.
-
Thanks for the support. Why it is turn off only for Markdown? Is it available for reStructuredText? Or Jupyter Notebook? For my user case, I discover that I can have the YAML header out of the box: #5830 |
Beta Was this translation helpful? Give feedback.
Mystery solved:
We explicitly turn off normalization for markdown output... Do you have a use case that I could use to make this smarter? Alternatively, I could consider adding an override to force normalization on...