add doc to use marmaid.js in GNU Octave

This commit is contained in:
CNOCTAVE
2025-10-13 15:11:44 +08:00
parent 32ac2c689d
commit 34f40f0794
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ graph LR;
Here's an example of GNU Octave integration with mermaid-js which uses the
octave_mermaid_js package to save graph image.
```python
```matlab
pkg load octave_mermaid_js
graph = {
"graph LR;"
@@ -110,7 +110,7 @@ graph = strjoin(graph, "\n")
Here's an example of GNU Octave integration with mermaid-js which uses the
octave_mermaid_js package to show graph image.
```python
```matlab
pkg load octave_mermaid_js
graph = {
"graph LR;"