mdriver 0.16.0

last updated: Mar 14, 2026

While working with pr-review, I found a bug with how mdriver was parsing fenced code blocks.

what is mdriver?

mdriver is a streaming markdown renderer written in rust, ideal for displaying LLM output in your terminal with syntax highlighting, terminal hyperlinks, and generally attractive display.

If they followed directly after text, for example if my PR review bot told me:

your code is not even syntactically valid python
```python
for score in seven years ago:
```

it was failing to display the code block properly.

Release 0.16.0 fixes this bug.

You can install mdriver with brew (brew install llimllib/tap/mdriver) or cargo (cargo install mdriver)

↑ up