diff --git a/index.html b/index.html index bb8254d..7516f1a 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,10 @@

Regular code

C -->|Yes| D[App] C -->|No| E[Return error] +

Custom theme

+
%%{init: {'theme':'forest'}}%%
graph TD
A[Public web] -->|HTTP request| B(Firewall)
B --> C{Is port open}
C -->|Yes| D[App]
C -->|No| E[Return error]
- + diff --git a/no-graphs/index.html b/no-graphs/index.html index f740bd8..0f891b4 100644 --- a/no-graphs/index.html +++ b/no-graphs/index.html @@ -10,6 +10,6 @@

Plugin Test Page

This page contains no graphs so no mermaidJS should be loaded.

- +