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. For more information on this matter, see the related issue.

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!



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Counting Photons to See Through Fog: Peplography and COLaNoPS
  • ARMS: What Wireless Fading Models Have to Do With Seeing Through Fog
  • Chasing the DC Spectrum: Three Papers on Denoising Digital Holographic Microscopy
  • Where It Actually Started: A Semester in the SoC Design Lab
  • Review of Fourier ptychographic microscopy using wavelength multiplexing