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

Commits on Mar 28, 2024

  1. Escape revealjs lib url in metadata using new pandoc-native inline

    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.
    cderv committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dd8f7af View commit details
    Browse the repository at this point in the history
  2. Use new pandocNativeStr function

    from #9206
    cderv committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    408bd9a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    d2fe940 View commit details
    Browse the repository at this point in the history
  2. add to changelog

    [skip ci]
    cderv committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b94d1b5 View commit details
    Browse the repository at this point in the history