From c66ee86d3ac515999135cad602212cde9cea5743 Mon Sep 17 00:00:00 2001 From: Ghislain Durif Date: Wed, 22 Feb 2023 09:49:08 +0100 Subject: [PATCH] add a warning about including remote image (and corresponding problem in PDF building) --- template-computo-julia.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/template-computo-julia.qmd b/template-computo-julia.qmd index fd25272..961dcac 100644 --- a/template-computo-julia.qmd +++ b/template-computo-julia.qmd @@ -181,6 +181,7 @@ It is also possible to create figures from static images: Computo logo (label) ::: +**Note:** _Until Quarto version 1.3+ is released, including a remote image (from a web URL) in a document (like the image above) will work in the rendered HTML document but will generate an error when building the PDF document (c.f. [related bug report](https://github.com/quarto-dev/quarto-cli/issues/4443))._ ## Tables