From 6f1515ba0e523cdcb552890abf7af2451fd833bd Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Mon, 15 May 2017 15:54:31 +0100 Subject: [PATCH] fixed to make small html & keep md --- MTUS-W9-adult-episodes-data-processing.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MTUS-W9-adult-episodes-data-processing.Rmd b/MTUS-W9-adult-episodes-data-processing.Rmd index 5c0174c..60941d6 100644 --- a/MTUS-W9-adult-episodes-data-processing.Rmd +++ b/MTUS-W9-adult-episodes-data-processing.Rmd @@ -5,10 +5,11 @@ date: 'Last run at: `r Sys.time()`' output: html_document: fig_caption: yes + keep_md: yes number_sections: yes + self_contained: no theme: journal toc: yes - toc_depth: 3 pdf_document: number_sections: yes toc: yes -- GitLab