Skip to content

Conversation

@github-actions
Copy link
Contributor

Description

Sync of #1763 to prerelease.

Original PR

release notes - Escape shortcodes in changelog files

when importing them as render target in quarto-web

Also, fix the existing ones.

files <- list.files("docs/download/changelog", pattern = "_changelog.md", recursive = TRUE)
for (file in files) {
 xfun::gsub_file(file, pattern = "(?<!\\{)(\\{\\{<[^>]*>\\}\\})(?!\\})", replacement = "{\\1}", perl = TRUE)
}

This fixes quarto-dev/quarto-cli#13322

…hem as render target in quarto-web

(cherry picked from commit f92d3ca)
@cderv
Copy link
Collaborator

cderv commented Sep 12, 2025

/deploy-preview

@github-actions
Copy link
Contributor Author

📝 Preview Deployment

🔍 Full site preview: https://deploy-preview-1775.quarto.org

@cderv cderv merged commit f82e6ee into prerelease Sep 12, 2025
@cderv cderv deleted the sync-1763-to-prerelease branch September 12, 2025 12:38
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