This article offers a sample of basic diagram usage that can be used in Hugo content files.
Please see also Mermaid .
Flow Chart
Sequence Diagram
Class Diagram
Animal
+int age
+String gender
+isMammal()
+mate()
Duck
+String beakColor
+swim()
+quack()
Fish
-int sizeInFeet
-canEat()
Zebra
+bool is_wild
+run()
Comments