Hi, first off, thanks for the missing app :-).
When I press the spacebar on the test.md file, MarkedQL does:
- render the boxes as expected
- NOT render the text in the boxes (unexpected).
This file contains a Mermaid diagram of type flowchart.
```mermaid
graph TD
A["Code
(entities, repositories)"]
B["Spring Data JPA
couche d'abstraction,
(moins de code répétitif)"]
C["JPA Spécification
interfaces et annotations"]
D["Hibernate
implémentation
(moteur ORM réel)"]
E["JDBC
pilote de base de données"]
F["PostgreSQL
base de données"]
A --> B --> C --> D --> E --> F
```



