mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-05 15:19:36 +02:00
Started layout and rendering
This commit is contained in:
@@ -18,14 +18,18 @@
|
||||
<pre class="mermaid">
|
||||
block-beta
|
||||
|
||||
block TCP_IP["TCP/IP"]
|
||||
</pre>
|
||||
<!--
|
||||
<!--
|
||||
blockDiagram
|
||||
|
||||
classDef background stroke-width:0;
|
||||
|
||||
block(""):::background
|
||||
columns H
|
||||
ApplicationLayer("Application Layer")
|
||||
block
|
||||
columns H
|
||||
UserInterface("User Interface (WPF, HTML5/CSS3, Swing)")
|
||||
UserInterface("User Interface (WPF, HTML5/CSS3, Swing)"):3
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user