Ajouter Mermaid.js
1 unresolved thread
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
Activity
Filter activity
added évolution label
Ok pour moi ! @philippe.clastre, si c'est bon pour toi tu peux faire le merge
mentioned in commit d6111df4
Please register or sign in to reply