Diagram Support

2021-03-31
1 min read

Eureka supports the rendering of diagrams by using Mermaid.

Please include the Mermaid diagram as below. Every mermaid chart/graph/diagram definition, has to have separate <div> tags.

In order to render the HTML code in the Markdown file correctly, please make sure that markup.goldmark.renderer.unsafe in config.yaml is true.

Here is one mermaid diagram:

Client
Load Balancer
Server1
Server2

And here is another:

tcp_123
tcp_456
tcp_456
Client
Load Balancer
Server1
Server2