# live-markdown
live-markdown is a lightweight utility designed to render a continuous stream of Markdown content directly in your terminal. Whether you're piping output from an LLM, monitoring log files, or building an interactive CLI, live-markdown ensures your docs look beautiful in real-time. Ported to rust from [https://pypi.org/project/live-markdown/].
# ✨ Features
- Real-time Rendering: Handles incoming data chunks without flickering.
- Code Highlighting: Syntax highlighting for over 100 languages.
- Pipe-friendly: Works seamlessly with stdin.
- Beautiful color palette.
## Usage
`cargo install live-markdown`
## Usage with python's llm library
`llm "tell me about the world" | lm`