From 31d954e4be88574598825359e65f0b222c5cba49 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Fri, 2 Aug 2024 11:03:05 +0800 Subject: [PATCH] Use breeze for syntax highlighting --- aagi-template-revealjs.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aagi-template-revealjs.qmd b/aagi-template-revealjs.qmd index 46f1573..c466b33 100644 --- a/aagi-template-revealjs.qmd +++ b/aagi-template-revealjs.qmd @@ -4,6 +4,7 @@ author: "Analytics for the Australian Grains Industry" date: last-modified format: aagi-revealjs: default +highlight-style: breeze --- ```{r} @@ -42,6 +43,7 @@ When using this reveal.js theme, we suggest paring it with the R package {AAGITh ```{r} #| label: AAGI table #| message: false +#| echo: true library(dplyr) library(gt)