### 2. **Static Site Generators**: Static site generators like **Jekyll** or **Hugo** can render Mermaid diagrams, often through plugins or specific themes. For **Jekyll**, you might use a plugin like `jekyll-spaceship`: ```markdown {% mermaid %} graph TD; A[Specificity Concept (SAID Principle)] A --> B[Training Activities Mimic Sport Movements] B --> C[Better Performance Transfer to Sport] subgraph Example: Basketball Jumping D[Hip and Knee Extensors Crucial for Jumping] E[Leg Press] F[Back Squat] G[Power Clean and Snatch] D --> E D --> F D --> G E --> H[Strengthens Hip and Knee Extensors] F --> I[Strengthens Hip and Knee Extensors] G --> J[Develops Force Quickly and with High Power] F --> K[Preferred for Jumping] I --> K end {% endmermaid %}