Skip to content

Commit

Permalink
Fix formatting in cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov authored Nov 22, 2024
1 parent 2ab4e97 commit 4619a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Each line of the graph file should represent an edge, adhering to the following
- `<EDGE_LABEL>` is the label associated with the edge.
- `[LABEL_INDEX]` is an optional index for labels with subscripts, indicating the subscript value.
- Symbols must be separated by whitespace
- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_10} 2$ is denoted as `1 2 x_i 10`.
- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_9} 2$ is denoted as `1 2 x_i 9`.

### Example
```
Expand Down

0 comments on commit 4619a59

Please sign in to comment.