From f06bd2a0367a4f16b1890e0a6e955323575ffe58 Mon Sep 17 00:00:00 2001
From: Thomas Rushby <t.w.rushby@soton.ac.uk>
Date: Fri, 16 Jul 2021 16:35:34 +0100
Subject: [PATCH] Make code visible in html by default

---
 ONS-open-geography.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ONS-open-geography.Rmd b/ONS-open-geography.Rmd
index 447db54..4bf2519 100644
--- a/ONS-open-geography.Rmd
+++ b/ONS-open-geography.Rmd
@@ -6,7 +6,7 @@ date: 'Last run at: `r Sys.time()`'
 output:
   bookdown::html_document2:
     fig_caption: yes
-    code_folding: hide
+    code_folding: show
     number_sections: yes
     toc: yes
     toc_depth: 4
-- 
GitLab