mermaid-cli 0.2.0

Open-source AI pair programmer with agentic capabilities. Local-first with Ollama, native tool calling, and beautiful TUI.
Documentation
# Test Markdown Features

Test the following markdown rendering in Mermaid:

## Headers
- # H1 Header
- ## H2 Header
- ### H3 Header

## Text Formatting
- **Bold text**
- *Italic text*
- ~~Strikethrough~~
- `inline code`

## Code Blocks
```rust
fn main() {
    println!("Hello, Mermaid!");
}
```

## Lists
- Item 1
- Item 2
  - Nested item
- Item 3

## Block Quotes
> This is a quote
> spanning multiple lines

## Links
Check out [Mermaid](https://github.com/mermaid) for more info!

## Multi-line Input Test
Try typing a very long message that exceeds 150 characters to see how the input area automatically expands and wraps text across multiple lines, making it much easier to compose longer messages and questions!