From a070e36c0c231aa4a05deb526983faf1d1a24b16 Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Fri, 26 May 2023 16:04:33 -0400 Subject: [PATCH] Turn the htmlwidgets chunk back on --- quarto-formats.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/quarto-formats.qmd b/quarto-formats.qmd index bb922ea..7aac281 100644 --- a/quarto-formats.qmd +++ b/quarto-formats.qmd @@ -139,8 +139,6 @@ If you're viewing this page on the web, you can drag the map around, zoom in and You obviously can't do that in a book, so Quarto automatically inserts a static screenshot for you. ```{r} -#| eval: false - library(leaflet) leaflet() |> setView(174.764, -36.877, zoom = 16) |>