Mermaid: Support for parallelograms (input and output)

Created on 28 Sep 2017  路  6Comments  路  Source: mermaid-js/mermaid

Input and output is traditionally represented in a flowchart using a parallelogram. Would you consider adding support for a node shaped as a parallelogram?

The syntax could use forward slashes to denote the shape. Example:

graph TB
    A/Input/ --> B[Processing]
    B --> C/Output/
Development Flow Approved Enhancement

Most helpful comment

It would be really useful to have support for an io node. (commenting so that the issue doesn't get automatically closed)

All 6 comments

Yes, it would be cool to have an i/o node.

@knsv - any update on this?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

It would be really useful to have support for an io node. (commenting so that the issue doesn't get automatically closed)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.

This has been supported for a while. Sample here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

p3k picture p3k  路  13Comments

chetanvsharma picture chetanvsharma  路  17Comments

queses picture queses  路  17Comments

knsv picture knsv  路  20Comments

CyborgMaster picture CyborgMaster  路  14Comments