Skip to content
Snippets Groups Projects

Ajouter Mermaid.js

Merged Olivier Maury requested to merge add-mermaidjs into main
1 unresolved thread

Suite à #13 (comment 147314), je propose cette modification pour pouvoir intégrer les diagrammes MermaidJS dans les diapos.


In Mermaid, we support the basic git operations like:

  • commit : Representing a new commit on the current branch.
  • branch : To create & switch to a new branch, setting it as the current branch.
  • checkout : To checking out an existing branch and setting it as the current branch.
  • merge : To merge an existing branch onto the current branch.

Le code suivant :

gitGraph
   commit
   commit
   branch develop
   checkout develop
   commit
   commit
   checkout main
   merge develop
   commit
   commit

Donne :

gitGraph
   commit
   commit
   branch develop
   checkout develop
   commit
   commit
   checkout main
   merge develop
   commit
   commit
Edited by Olivier Maury

Merge request reports

Pipeline #92928 passed

Pipeline passed for fcfc3866 on add-mermaidjs

Merged by Jean-Baptiste LouvetJean-Baptiste Louvet 1 year ago (May 10, 2023 7:25am UTC)

Loading

Pipeline #96031 passed

Pipeline passed for d6111df4 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading