Adding QR codes

While QR codes are not beautiful, sometimes they are a useful way to let readers get from a printed page to a website quickly and easily. You can include QR codes in PDF outputs. (They are currently not supported or shown in other output formats.)

To add a QR code, use the include qr-code tag. It takes these arguments:

This is an example:

{% include qr-code
  content="https://electricbookworks.com"
  caption="Scan this code to visit the Electric Book Works website."
%}