12 Matching Annotations
  1. Feb 2023
  2. Nov 2022
  3. Aug 2022
  4. Feb 2022
    1. Git Graph (Experimental)

      Git graphs are a way to visualize your Git project commits, merges, and progress.

      mermaid gitGraph: options { "nodeSpacing": 150, "nodeRadius": 10 } end commit branch newbranch checkout newbranch commit commit checkout master commit commit merge newbranch

  5. Jan 2022
    1. Mermaid lets you create diagrams and visualizations using text and code.It is a Javascript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.