Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 608 Bytes

mermaidtest.md

File metadata and controls

39 lines (34 loc) · 608 Bytes
title type fmContentType date lastmod layout
Mermaid test
index
default
2025-01-24 14:15:00 -0800
2025-01-24 11:24:25 UTC
default
graph LR;
    Device --> Rsyslog;
    APIClient --> Rsyslog;
    Rsyslog --> AMA;
    AMA --> DCE;
    DCE --> DCR;
    DCR --> LAW;
Loading
flowchart LR
  Device --> Rsyslog;
  subgraph SysLog Server
    direction LR
    APIClient --> Rsyslog --> AMA
    DCR1[DCR] --> AMA
  end
  AMA --> DCE;
  DCE --> DCR2[DCR];
  DCR2[DCR] --> LAW;
Loading

[!NOTE] Title My note with a title

Here is some other Text

Note

Here is my note with no title