From 14511077aba36a957e70dabf2ab389c1ce8acfb6 Mon Sep 17 00:00:00 2001 From: map588 Date: Sat, 13 Sep 2025 17:04:57 -0400 Subject: [PATCH] Updated docs/markdown/compile.sh for pandoc version 3.0 compatibility --- docs/markdown/compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/compile.sh b/docs/markdown/compile.sh index 57fa10aa..7b5378a9 100755 --- a/docs/markdown/compile.sh +++ b/docs/markdown/compile.sh @@ -21,14 +21,14 @@ done # Generate new Markdown cd .. -pandoc --atx-headers \ - --base-header-level=2 \ +pandoc --markdown-headings=atx \ + --shift-heading-level-by=2 \ --number-sections \ --default-image-extension=png \ --file-scope \ --toc \ --toc-depth=1 \ - -t markdown_github \ + -t gfm \ -B markdown/frontmatter.md \ -o ../DATASHEET.md \ $topfile.tex