Show HN: Markanywhere – A Streaming Processor of Meanings
Category: library
Tags: markdown-parser, streaming, kotlin, llm-tooling
Score: 7.0/10 (Innovation: 7, Technical: 8, Documentation: 7, Utility: 6)
Markanywhere is a streaming Markdown parser that emits semantic events in real-time, designed to incrementally render output from LLMs without buffering. It includes a transformation DSL similar to XSLT for stream rewriting, and intentionally diverges from GFM spec where conformance would break streaming. This project is interesting because it rethinks Markdown parsing from a streaming-first perspective, addressing a real need in the LLM tooling ecosystem.
Target audience: backend devs, data engineers, ai-ml engineers
Repository: https://github.com/xemantic/markanywhere · Kotlin · Apache-2.0 · 18 stars
View on Hacker News