Mermaid diagrams

You can include Mermaid diagrams using a ```mermaid code fence.

Example input:

```mermaid
flowchart LR
    Parse(Read documents) --> Read(Read pass)
    Read --> Write(Write pass)
    Write -->|If configured| Read
    Write --> Output
```

Example output:

flowchart LR
    Parse(Read documents) --> Read(Read pass)
    Read --> Write(Write pass)
    Write -->|If configured| Read
    Write --> Output
You can use Tab and Shift+Tab to select a result, then Enter to navigate.
Type a search into the box.