From 468c36e959fd69c9dd2d344b6eec7b7b390a2db2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 12:39:13 -0300 Subject: Feat: output: adds tufte:tufte_html options --- _output.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_output.yml b/_output.yml index f6ff4b2..b8e5d79 100644 --- a/_output.yml +++ b/_output.yml @@ -15,6 +15,18 @@ epub_book: # Check ChangeLog entry from 2024-03-24 md_extensions: -example_lists +# Tufte HTML +tufte:tufte_html + toc: true + toc_depth: 3 + chapter_level: 2 + cover_image: images/cover.png + + # Make sure to disable Pandoc's example_lists extension + # It conflicts with bibliographical citations + # Check ChangeLog entry from 2024-03-24 + md_extensions: -example_lists + # Gitbook # See https://rdrr.io/cran/bookdown/man/gitbook.html bookdown::gitbook: -- cgit v1.2.3