-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit c2e20c7
Added backslashes to descriptions with '[][]'
Changes were made to line 2037, in the case where a node is valType info_array in the JSON with dimension: 2 (eg. groups in _node.py line 137).
This fixes the issue where markdown interprets it as a hyperlink. This line adds '[][]' to the description after the description passed in the JSON file as part of the validation process.
Now, markdown correctly interprets the brackets as consecutive brackets instead.1 parent ca37382 commit c2e20c7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 | - | ||
2037 | + | ||
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
|
0 commit comments