@diagram
@item sugar [Sugar]
Optional
@item milk [Milk]
Optional
@item coffee [Coffee]
@item water [Water]
@item kettle [Kettle]
@item cup [Cup]
@item tasty [Tasty Beverage!]
@link sugar --> cup
@link milk --> cup
@link water -> kettle
@link kettle -> cup
@link coffee -> cup
@link cup -> tasty
@item
and @link
entities @diagram
entity, the descriptions for that diagram will be hidden. @p: With Description:
@diagram
@item user [User]
Description of user
@p: Without description:
@diagram
@hideDescriptions
@item user [User]
Description of user
With Description:
Without description:
@diagram
@item itemid [Item 1]
Description Line 1
Long description with lines that don't wrap
@item
entities. @diagram
@item item1 [Item 1]
@item item2 [Item 2]
@link item1 -> item2
require('quantum-diagram')
.
For information about different versions, see the Changelog quantum-html
quantum-html
to define the entities that can be rendered. @diagram
@item sugar [Sugar]
Optional
@item milk [Milk]
Optional
@item coffee [Coffee]
@item water [Water]
@item kettle [Kettle]
@item cup [Cup]
@item tasty [Tasty Beverage!]
# Cup remains at the bottom (as it is the bottom of the chain)
@link cup -> tasty
# Coffee is now the leftmost item
@link coffee -> cup
@link kettle -> cup
@link water -> kettle
# Sugar appears to the left of milk
@link sugar --> cup
@link milk --> cup