• Icon: Suggestion Suggestion
    • Resolution: Answered
    • None
    • None
    • None
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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.

            [BSERV-7124] sequence and flow rendering in stash markdown

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

                Created:
                Updated:
                Resolved: