mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-23 10:16:43 +02:00
chore: Build docs
This commit is contained in:
@@ -103,6 +103,8 @@ Content Management Systems/Enterprise Content Management
|
|||||||
|
|
||||||
- [ApostropheCMS](https://apostrophecms.com/)
|
- [ApostropheCMS](https://apostrophecms.com/)
|
||||||
- [Extension for Mermaid.js](https://github.com/BoDonkey/mermaid-extension)
|
- [Extension for Mermaid.js](https://github.com/BoDonkey/mermaid-extension)
|
||||||
|
- [Drupal](https://drupal.org/)
|
||||||
|
- [Mermaid Diagram Field module](https://www.drupal.org/project/mermaid_diagram_field)
|
||||||
- [Grav CMS](https://getgrav.org/)
|
- [Grav CMS](https://getgrav.org/)
|
||||||
- [Mermaid Diagrams Plugin](https://github.com/DanielFlaum/grav-plugin-mermaid-diagrams)
|
- [Mermaid Diagrams Plugin](https://github.com/DanielFlaum/grav-plugin-mermaid-diagrams)
|
||||||
- [GitLab Markdown Adapter](https://github.com/Goutte/grav-plugin-gitlab-markdown-adapter)
|
- [GitLab Markdown Adapter](https://github.com/Goutte/grav-plugin-gitlab-markdown-adapter)
|
||||||
|
@@ -42,16 +42,16 @@ appearance by doing the following:
|
|||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->>Bob: Hi Bob
|
|
||||||
Bob->>Alice: Hi Alice
|
Bob->>Alice: Hi Alice
|
||||||
|
Alice->>Bob: Hi Bob
|
||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->>Bob: Hi Bob
|
|
||||||
Bob->>Alice: Hi Alice
|
Bob->>Alice: Hi Alice
|
||||||
|
Alice->>Bob: Hi Bob
|
||||||
```
|
```
|
||||||
|
|
||||||
### Actors
|
### Actors
|
||||||
|
Reference in New Issue
Block a user