Christophe Dervieux

Results 1378 comments of Christophe Dervieux

> Here it seems it generate markup for BS3 (the default) but Quarto is using BS5 I can confirm that Quarto is using Bootstrap 5 - so `shinyWidgets` needs to...

FWIW looking at **shinyWidgets** code base, I can see that it uses `shiny::getCurrentTheme()` which rely on shiny information and **bslib** theme version. It seems it can be tricked by setting...

> But if Quarto is using its own adapted bootstrap version, maybe an additional workaround is needed. Quarto is using Bootstrap 5, but it does not build on bootstrap directly...

@jhelvy sorry I mixed up. `shiny::shinyOptions` is the way to set this. I have hidden my post. Not sure what I did precisely... 🤔 Regarding the theming, some SCSS variable...

Hi Miles, I did not follow closely the why of `capshot()` and how it is implemented, so I am not sure to see which is the minified version of it....

I don't think we do but we probably should try to support that. I don't remember that we don't do it... 🤔

The LaTeX produced for the above content is the following ````latex \si{\meter\cubed}, \si{\meter\cubed}, \si{m^3}, \si{m\^{}3} ```` You see in the last case that `^` is interpreted from markdown as Literal...

There is an extension now for this by @christopherkenny - https://github.com/christopherkenny/typst-function

Please @manvibharat do read the README and try to use the extension for your environment. If something is not working as expected, please provide a reproducible example for us to...