Skip to content

2.8.0 Mermaid and Search

Compare
Choose a tag to compare
@c3er c3er released this 11 Jul 00:10
· 159 commits to master since this release

Mermaid

Mermaid diagrams can now be displayed.

Example:

```mermaid
graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[Car]
```

Screenshot of Markdown Viewer displaying a Mermaid diagram

Search

The application can now search for a term via Ctrl+F. F3 highlights the next occurrence of the term and Shift+F3 highlights the previous one.

Screenshot of Markdown Viewer with open search dialog

Screenshot of Markdown Viewer with highlighted search term