quarto-qrcode
quarto-qrcode copied to clipboard
error when rendering html
I get the following error after installing the qrcode extension and rendering a quarto doc.
WARNING (/Applications/quarto/share/filters/main.lua:20607) Shortcode 'qrcode' not found
Do I need to add something to my _quarto.yml file?
Example attached.
I can't reproduce that, it works when I render your project. So no, you don't need to add anything.
I ran into this issue on my machine (also Mac OS). On a different project, the issue was solved for me when I included the following in the YAML front matter:
extensions:
- jmbuhr/quarto-qrcode