@@ -34,9 +34,9 @@ They are not used or needed when building with CMake and idf.py.
# Example Render Test
```mermaid
graph LR
A[Start] --> B{Ist es gut?}
B -->|Ja| C[Gut]
B-->|Nein| D[Schlecht]
C--> E[Ende]
D -->
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.