fsnotes
fsnotes copied to clipboard
`direction in subgraph` syntax for `mermaid` is not supported
Description
direction in subgraph syntax for mermaid is not supported.
To Reproduce
- Write a simple mermaid flowcharts
flowchart TD
A --> B
subgraph TOP
%% direction LR
a --> b
end
-
Open in preview mode

-
Remote comment at line 4
flowchart TD
A --> B
subgraph TOP
direction LR
a --> b
end
- Open in preview mode

Expected behavior
FSNotes version
Version 5.3.3 (512)
macOS/iOS version
10.14.2
Additional context
No response