Ink
A fast and flexible Markdown parser written in Swift.
...The parser operates by reading Markdown input through a structured reader system that processes fragments and determines how each section should be interpreted. It uses error handling as part of its control flow, allowing the parser to efficiently decide whether to advance or rewind when processing different Markdown constructs. Ink is intended to be both production-ready and developer-friendly, encouraging users to explore and extend its functionality as needed.