github c3er/mdview v2.8.0
2.8.0 Mermaid and Search

latest releases: v3.2.0, v3.1.1, v3.1.0...
2 years ago

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

Don't miss a new mdview release

NewReleases is sending notifications on new releases.