fix(md): add table to summarize what syntax renders what delimiter for graphs

This commit is contained in:
Michele Cereda
2024-07-13 00:42:52 +02:00
parent 2405daebd6
commit 98f946dd84

View File

@@ -90,6 +90,11 @@ Code blocks for diagrams can either:
- start with ` ```mermaid ` and finish with ` ``` `, or - start with ` ```mermaid ` and finish with ` ``` `, or
- start with `:::mermaid` and finish with `:::`. - start with `:::mermaid` and finish with `:::`.
| Code delimiter | Gitea | Github | Gitlab |
| -------------- | ----- | ------ | ------ |
| ` ```mermaid ` | ✓ | ✓ | ✓ |
| ` :::mermaid ` | ✓ | ✗ | ✓ |
### Flowchart A.K.A. graph ### Flowchart A.K.A. graph
```md ```md