a post with diagrams

This theme supports generating various diagrams from a text description using mermaid. Previously, this was done using the jekyll-diagrams plugin.

To enable mermaid, you have to put the following in this post frontmatter:

mermaid:
  enabled: true
  zoomable: true

To disable the zooming feature, set mermaid: zoomable to false.

Mermaid

The diagram below was generated by the following code:

```mermaid
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
```
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
0 Citations : 457 H-index : 12 i10-index : 13
The best way to reach me is via email — .