quarto-qrcode icon indicating copy to clipboard operation
quarto-qrcode copied to clipboard

error when rendering html

Open cmadland opened this issue 10 months ago • 2 comments

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.

qrcode-test.zip

cmadland avatar Feb 15 '25 21:02 cmadland

I can't reproduce that, it works when I render your project. So no, you don't need to add anything.

jmbuhr avatar Feb 16 '25 10:02 jmbuhr

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

wlandau avatar Jun 06 '25 18:06 wlandau