From f3cda6586519eaa2288a54ff4d709cf5dc14df1d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 6 Aug 2023 19:11:56 -0700 Subject: [PATCH] Updated templates for pandoc 3.1.6.1 --- default.opendocument | 3 +++ styles.html | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/default.opendocument b/default.opendocument index fceab350..de96c902 100644 --- a/default.opendocument +++ b/default.opendocument @@ -3,6 +3,9 @@ + + $highlighting-styles$ + $automatic-styles$ diff --git a/styles.html b/styles.html index 49a7251f..8dafb5ac 100644 --- a/styles.html +++ b/styles.html @@ -62,6 +62,10 @@ img { max-width: 100%; } +svg { + height; auto; + max-width: 100%; +} h1, h2, h3, h4, h5, h6 { margin-top: 1.4em; }