-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updatte codeblock-to-json.ts
to match new Quarto behaviour
#185
Comments
As mentioned in the linked thread, this will require some thought to handle both the breaking change in Quarto and older versions. We might require two scripts and use the correct one based on quarto version. |
My understanding is that this should now be working again in the latest Quarto builds. We should leave this open for the moment, however, since it's possible Quarto might re-enable the use of |
Should this have been fixed in Quarto v1.6.40? I tried to upgrade my blog from Quarto v1.5.57 to v1.6.40 and am hitting this error with the latest shinylive: shinylive::assets_info()
#> shinylive R package version: 0.3.0.9000
#> shinylive web assets version: 0.9.1 |
Yes it should have as the old scheme seemed to work with the change we made... 🤔 Let me check, as otherwise I'll do the initial fix we discussed. |
Also at quarto-ext/shinylive#65
In the current implementation,
codeblock-to-json.ts
uses:Quarto 1.6 introduced breaking changes, which require an update in the code in favour of sth like:
The text was updated successfully, but these errors were encountered: