Skip to content

Commit fbbb792

Browse files
committed
fix mermaid unsupported feature
1 parent 01b918c commit fbbb792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/diagrams/arranger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ The [DatasetArranger][nplinker.arranger.DatasetArranger] is implemented accordin
55
## Strain mappings file
66
``` mermaid
77
flowchart TD
8-
StrainMappings[`strain_mappings.json`] --> SM{Is the mode PODP?}
8+
StrainMappings[strain_mappings.json] --> SM{Is the mode PODP?}
99
SM --> |No |SM0[Validate the file]
1010
SM --> |Yes|SM1[Generate the file] --> SM0
1111
```
1212

1313
## Strain selection file
1414
``` mermaid
1515
flowchart TD
16-
StrainsSelected[`strains_selected.json`] --> S{Does the file exist?}
16+
StrainsSelected[strains_selected.json] --> S{Does the file exist?}
1717
S --> |No | S0[Nothing to do]
1818
S --> |Yes| S1[Validate the file]
1919
```

0 commit comments

Comments
 (0)