Skip to content

Commit b9862a6

Browse files
committed
Use "article" doctype to avoid page breaks
1 parent 0edf692 commit b9862a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blueprint/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ echo >> main.md
7171
cat appendix-ebw-definition.md >> main.md
7272

7373
echo "Running kramdoc..."
74-
kramdoc --auto-ids main.md -o main.adoc
74+
kramdoc --auto-ids --heading-offset 1 main.md -o main.adoc
7575

76-
ASCIIDOC_ARGS="-r asciidoctor-diagram -a allow-uri-read -a toc=left --doctype book --verbose"
76+
ASCIIDOC_ARGS="-r asciidoctor-diagram -a allow-uri-read -a toc=left --doctype article --verbose"
7777

7878
# Set SVG output mode for Mermaid diagrams
7979
sed -e 's/\[mermaid\]/[mermaid, format=svg]/g' main.adoc > main-svg.adoc

0 commit comments

Comments
 (0)