Jekyll ignore
This commit is contained in:
parent
1b194afa01
commit
eacf6a3d70
|
|
@ -11,6 +11,7 @@ Visualizing the flow and node structure can greatly help understanding. While we
|
||||||
|
|
||||||
### Example: Visualization of Node with Mermaid
|
### Example: Visualization of Node with Mermaid
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```python
|
```python
|
||||||
# Generate Mermaid diagram code for a Flow or Node structure
|
# Generate Mermaid diagram code for a Flow or Node structure
|
||||||
def build_mermaid(start):
|
def build_mermaid(start):
|
||||||
|
|
@ -74,6 +75,7 @@ def build_mermaid(start):
|
||||||
walk(start)
|
walk(start)
|
||||||
return "\n".join(lines)
|
return "\n".join(lines)
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
### Usage Example
|
### Usage Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue