Ink
A fast and flexible Markdown parser written in Swift.
Ink is a fast and flexible Markdown parsing library written in Swift that is designed to convert Markdown content into structured representations suitable for rendering or further processing. Originally developed as part of the Publish ecosystem, it focuses on performance and extensibility while maintaining a relatively simple and understandable internal architecture. The parser operates by reading Markdown input through a structured reader system that processes fragments and determines how...