There was an error while loading. Please reload this page.
1 parent 0edf692 commit b9862a6Copy full SHA for b9862a6
1 file changed
blueprint/build.sh
@@ -71,9 +71,9 @@ echo >> main.md
71
cat appendix-ebw-definition.md >> main.md
72
73
echo "Running kramdoc..."
74
-kramdoc --auto-ids main.md -o main.adoc
+kramdoc --auto-ids --heading-offset 1 main.md -o main.adoc
75
76
-ASCIIDOC_ARGS="-r asciidoctor-diagram -a allow-uri-read -a toc=left --doctype book --verbose"
+ASCIIDOC_ARGS="-r asciidoctor-diagram -a allow-uri-read -a toc=left --doctype article --verbose"
77
78
# Set SVG output mode for Mermaid diagrams
79
sed -e 's/\[mermaid\]/[mermaid, format=svg]/g' main.adoc > main-svg.adoc
0 commit comments