Is it possible to publish a quarto website to Quarto Pub while using quarto extensions?
I've got a website that is using the fontawesome extension available on the Quarto Extensions page. It renders fine locally, and I can upload the rendered site to Netlify. When I use the terminal command quarto publish quarto-pub
, I get this error:
Error running filter C:/../Quarto/share/filters/quarto-pre/quarto-pre.lua:
_extensions/quarto-ext/fontawesome/fontawesome.lua:63: attempt to call a nil value (field 'is_format')
stack traceback:
.../Programs/Quarto/share/filters/quarto-pre/quarto-pre.lua:2943: in function 'callShortcodeHandler'
.../Programs/Quarto/share/filters/quarto-pre/quarto-pre.lua:3024: in function 'transformShortcodeInlines'