@@ -0,0 +1,15 @@
## Mermaid Markdown examples
https://mermaid.js.org/
---
# Flowchart
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
F-->C
```
The note is not visible to the blocked user.