Skip to content
Discussion options

You must be logged in to vote

Mystery solved:

  -- prevents the front matter for markdown from containing
  -- all the rendered author information that we generate
  if _quarto.format.isMarkdownOutput() then
    meta[kAuthors] = nil
    return meta
  end

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...

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@rgaiacs
Comment options

@dragonstyle
Comment options

@dragonstyle
Comment options

Answer selected by rgaiacs
Comment options

You must be logged in to vote
1 reply
@dragonstyle
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants