AzureDevOpsWiki - henk52/knowledgesharing GitHub Wiki

Azure DevOps

Currently (20210316) supported:

  • gantt
  • sequenceDiagram
  • graph TD;
    • I'm guessing this is 'Top-Down'
    • use '---' for undirectional connection.
  • graph LR
    • I'm guessing this is 'Left to Right'
    • use '---' for undirectional connection.