-
Notifications
You must be signed in to change notification settings - Fork 389
fix(typst): proper array syntax for bibliography #13605
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
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I'll add a test and a news items. They usually should be in all PR.
|
Thanks for the test. Maybe add one (I can also but as you are on the branch, i'd rather avoid conflict) when using |
|
I rebased for cleaner history, and I'll merge when tests passes. Thank you ! |
Correct the syntax for specifying multiple bibliography files in the Typst template. This change resolves an issue where the previous syntax caused errors during document rendering with Typst.
Fixes #13602
A PR upstream was also made, thus why
src/resources/formats/typst/pandoc/typst.templateis not modified here, but it could be: