27 lines
595 B
Plaintext
27 lines
595 B
Plaintext
# Sample diagram for Kroki
|
|
|
|
graph TD
|
|
A[Documentation Tools] --> B[Pandoc]
|
|
A --> C[mdBook]
|
|
A --> D[Typst]
|
|
A --> E[Marp]
|
|
A --> F[Quarto]
|
|
|
|
B --> G[PDF Output]
|
|
B --> H[DOCX Output]
|
|
B --> I[HTML Output]
|
|
|
|
C --> J[Book Generation]
|
|
D --> K[Typesetting]
|
|
E --> L[Presentations]
|
|
F --> M[Scientific Reports]
|
|
|
|
G --> N[Print]
|
|
H --> O[Word Processing]
|
|
I --> P[Web Publishing]
|
|
J --> Q[Documentation Sites]
|
|
K --> R[Academic Papers]
|
|
L --> S[Slides]
|
|
M --> T[Research Papers]
|
|
|
|
style A fill:#f9f,stroke:#333,stroke-width:2px |