v2: full document-production pipeline, no Node.js

texlive-full, pandoc, quarto, typst, hugo, mdbook+mermaid,
weasyprint, plantuml, graphviz/gnuplot, chromium+mermaid.js
rendering, eisvogel + reveal.js assets. Layered least-volatile
first for cheap pin bumps.
This commit is contained in:
TSYS Group COO
2026-09-07 16:45:47 -05:00
parent e4887f7609
commit d3a4cbe7e9
3 changed files with 119 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
flowchart LR
A[Markdown] --> B{KNELPDF}
B -->|xelatex| C[PDF]
B -->|typst| C
B -->|weasyprint| D[HTML-styled PDF]
B -->|mdbook/hugo| E[Sites]