How to embed a PDF file to a recipe

Hi @ra-v :slight_smile: I moved your post to make it more searchable, anyway:

Due to how most browsers work, specifying a local file URL alone isn't the best solution. You have two options here:

  1. Use a local web server to host your files. The easiest way to do this is through python (maybe using the http.server command) and use the localhost paths.
  2. Use a URL. One way is to store your files from an S3 or GCS bucket, ensure that the URL is accessible by your machine, and link it from there.

C.f. choice of audios - #2 by ines