We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider
--- title: "MWE" author: Raniere Silva --- Foo ::: {.callout-important} This is important! :::
We are using quarto render mwe.md --from markdown --to markdown --output mwe.md-output that produces
quarto render mwe.md --from markdown --to markdown --output mwe.md-output
--- author: - Raniere Silva title: MWE toc-title: Table of contents --- Foo <div> > **Important** > > This is important! </div>
Which is render by Quarto as
The text was updated successfully, but these errors were encountered:
rgaiacs
No branches or pull requests
Consider
We are using
quarto render mwe.md --from markdown --to markdown --output mwe.md-output
that producesWhich is render by Quarto as
The text was updated successfully, but these errors were encountered: