diff --git a/README.md b/README.md index 45b30e6..bf4f75c 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ A <- ]: Profit! title "My Multiline Title" +begin Foo, Bar + note over Foo: "Also possible\nwith escapes" Foo -> Bar: "Lines of text\non this arrow" @@ -251,6 +253,22 @@ Foo -> Bar Bar -> Baz ``` +### Agent Types + +Agent Types preview + +``` +begin User, Application, PostgreSQL + +User -> +Application +Application -> +PostgreSQL +-PostgreSQL --> Application +-Application --> User + +User is a person +PostgreSQL is a database +``` + ### Asynchronous Communication Asynchronous Communication preview diff --git a/library.htm b/library.htm index 401ca58..3401f31 100644 --- a/library.htm +++ b/library.htm @@ -284,6 +284,8 @@ A <- ]: Profit! title "My Multiline Title" +begin Foo, Bar + note over Foo: "Also possible\nwith escapes" Foo -> Bar: "Lines of text\non this arrow" @@ -380,6 +382,21 @@ Bar -> Baz +
+

Agent Types

+
+begin User, Application, PostgreSQL
+
+User -> +Application
+Application -> +PostgreSQL
+-PostgreSQL --> Application
+-Application --> User
+
+User is a person
+PostgreSQL is a database
+
+
+

Asynchronous Communication

diff --git a/screenshots/AgentTypes.png b/screenshots/AgentTypes.png
new file mode 100644
index 0000000..cf633f1
Binary files /dev/null and b/screenshots/AgentTypes.png differ
diff --git a/screenshots/MultilineText.png b/screenshots/MultilineText.png
index 7373148..52277d7 100644
Binary files a/screenshots/MultilineText.png and b/screenshots/MultilineText.png differ