mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(md): add table to summarize what syntax renders what delimiter for graphs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user