flowchart LR A[Markdown] --> B{KNELPDF} B -->|xelatex| C[PDF] B -->|typst| C B -->|weasyprint| D[HTML-styled PDF] B -->|mdbook/hugo| E[Sites]