Zenika / sensei

The compiler for our training material.
https://hub.docker.com/r/zenika/sensei
Other
16 stars 4 forks source link

feat(revealjs): Add Mermaid Plugin #204

Open Adi3000 opened 1 month ago

hgwood commented 4 weeks ago

Hello and thanks! Could you give an example to show how it works?

Adi3000 commented 4 weeks ago

Adding some slide like that

  ## Conception objet - Héritage

  <!-- .element: class="mermaid" style="text-align:center"-->
  ```mermaid
  classDiagram
      Vehicule <|--  Voiture
      Personne <|--  Scientifique
      Scientifique <|--  Ornithologue
      Animal <|--  Oiseau
      Animal <|--  Mamifère
      Mamifère <|--  Félin
      Mamifère <|--  Ruminant
      Félin <|--  Chat
      Félin <|--  Lion
      Oiseau <|-- Canard

Source : https://github.com/Zenika-Training/formation-java-debutant/blob/adrien/upgrade_20240911/Slides/java_04_conception_objet_et_uml.md