NULLEXIA Help

اضافة مخطط

واحد
اثنين
ثلاثة
اربعة
خمسة
```mermaid flowchart One((واحد)) Two([اثنين]) Three(ثلاثة) اربعة Five(((خمسة))) ```

اتجهات المخططات

ShapeOne
ShapeTwo
```mermaid flowchart v ShapeOne --> ShapeTwo ```

--

ShapeOne
ShapeTwo
```mermaid flowchart ^ ShapeOne --> ShapeTwo ```

--

ShapeOne
ShapeTwo
```mermaid flowchart < ShapeOne --> ShapeTwo ```

--

ShapeOne
ShapeTwo
```mermaid flowchart > ShapeOne --> ShapeTwo ```

--

ShapeOne
ShapeTwo
```mermaid flowchart ShapeOne <--> ShapeTwo ```

--

ShapeOne
ShapeTwo
```mermaid flowchart ShapeOne --> ShapeTwo ShapeTwo --> ShapeOne ```

مخطط فرعي

مخطط فرعي
ShapeTwo
ShapeOne
```mermaid flowchart subgraph مخطط فرعي ShapeOne --> ShapeTwo end ```

--

مخطط فرعي
ShapeThree
ShapeOne
ShapeTwo
```mermaid flowchart ShapeOne --> ShapeTwo subgraph مخطط فرعي ShapeOne --> ShapeThree end ```
Last modified: 01 December 2023