Test Page

· 1min · Michiel V.

Testing out

This post mostly serves testing.

It was a beautiful day!

Let's tryout Mermaid

  graph TD
    A[Enter Chart Definition] --> B(Preview)
    B --> C{decide}
    C --> D[Keep]
    C --> E[Edit Definition]
    E --> B
    D --> F[Save Image and Code]
    F --> B