13 Matching Annotations
  1. Nov 2023
  2. Feb 2023
  3. Nov 2022
  4. Aug 2022
  5. 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

  6. 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.