Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 421 Bytes

SwiftMark

Development

Work in progress Markdown parser in Swift.

Goals

  • Pure Swift
  • Flexible use - ability to choose features
  • Follow some standard of markdown (early approach is closer to GFM)
  • Generate a generic AST for flexible rendering
  • Performance (at some point)

Docs

  • Check them out here