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

Escape revealjs lib url in metadata using new pandoc-native inline #9221

Merged
merged 4 commits into from
Mar 29, 2024

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Mar 28, 2024

This syntax was introduced in #9159 and help solve cases like this where we need to prevent pandoc from parsing as Markdown the metadata fields passed in the YAML file used with metadata-file:

For context about --metadata-file see https://pandoc.org/MANUAL.html#option--metadata-file

Read metadata from the supplied YAML (or JSON) file. This option can be used with every input format, but string scalars in the metadata file will always be parsed as Markdown.

fixes #9117

this was introduced in #9159 and help solve case like this where we need to prevent pandoc from parsing as Markdown the metadata fields passed in the YAML file used with `metadata-file:`

For context about `--metadata-file` see https://pandoc.org/MANUAL.html#option--metadata-file
> Read metadata from the supplied YAML (or JSON) file. This option can be used with every input format, but string scalars in the metadata file will always be parsed as Markdown.
[skip ci]
@cderv cderv merged commit d39cb2f into main Mar 29, 2024
@cderv cderv deleted the fix/escape-revealjs-url branch March 29, 2024 16:05
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.

if qmd filename contains "--" inside, quarto isnt working correctly processing CSS reveal
2 participants