sequence and flow rendering in stash markdown

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Answered
    • None
    • Component/s: None
    • None

      stackedit renders sequence diagrams and flow charts in markdown with the following syntax:

      ```flow
      st=>start: Start
      e=>end
      op=>operation: My Operation
      cond=>condition: Yes or No?
      
      st->op->cond
      cond(yes)->e
      cond(no)->op
      ```
      

      as

      Would be great if Stash could do this too.

            Assignee:
            Unassigned
            Reporter:
            paul redmond
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: