fsnotes icon indicating copy to clipboard operation
fsnotes copied to clipboard

`direction in subgraph` syntax for `mermaid` is not supported

Open mind1949 opened this issue 3 years ago • 0 comments

Description

direction in subgraph syntax for mermaid is not supported.

图片

To Reproduce

  1. Write a simple mermaid flowcharts
flowchart TD
    A --> B
    subgraph TOP
      %% direction LR
      a --> b
   end
  1. Open in preview mode 图片

  2. Remote comment at line 4

flowchart TD
    A --> B
    subgraph TOP
         direction LR
	 a --> b
    end
  1. Open in preview mode 图片

Expected behavior

图片

FSNotes version

Version 5.3.3 (512)

macOS/iOS version

10.14.2

Additional context

No response

mind1949 avatar Jan 15 '22 03:01 mind1949