You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use rmarkdown in my shinylive app to render an HTML file from an rmarkdown file (via the shinymeta package). However, it appears that pandoc is not included in the wasm version of rmarkdown. I see there is a wasm version of pandoc available (https://github.com/tweag/pandoc-wasm). Is there a way to bundle it with my shinylive app in such a way that rmarkdown will recognize it?