Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: quarto directives #740

Merged
merged 30 commits into from
Apr 27, 2022
Merged

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Apr 27, 2022

Currently supported directives:

  • <include/>

As it stands, this generates identical output on quarto-web aside from hashes and modified-by fields.

TODO:

  • remove keep-if xml directive
  • revert break-quarto-md changes that involve xml syntax that's not self-closing

post-merge?

  • add pagebreak directive
  • turn keep-if to .hidden when-format ... in lua filters

handlerContext: LanguageCellHandlerContext,
cell: QuartoMdCell,
) {
// FIXME there's probably a more elegant way to do this...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss approach to this. We definitely need to aggregate as is being done here and we may want to support some different macros as we do for. yaml validation.

@jjallaire jjallaire merged commit 126461f into main Apr 27, 2022
@cscheid cscheid deleted the feature/break-quarto-md-components branch September 2, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants