You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a series of vertical flowcharts using Mermaid (See markdown below). Ensure one does not have a "node" or a "text label" in the left arm. If a vertical flowchart does not have a “node” or “label” on a left-hand flow, the left of the chart disappears off the left of the viewer.
Expected Behaviour
The flowchart should position itself to be completely visible.
Markdown Used To Test
graph TD
a --> b;
a --> c;
b --> d;
c --> d;
graph TD
a --> c;
a --> d;
c --> d;
graph TD
a --> c;
c --> d;
a --> d;
The text was updated successfully, but these errors were encountered:
As discussed on the Joplin forum.
Steps to Reproduce
Create a series of vertical flowcharts using Mermaid (See markdown below). Ensure one does not have a "node" or a "text label" in the left arm. If a vertical flowchart does not have a “node” or “label” on a left-hand flow, the left of the chart disappears off the left of the viewer.
Expected Behaviour
The flowchart should position itself to be completely visible.
Markdown Used To Test
The text was updated successfully, but these errors were encountered: