Login
From:
Loopwerk
(Uncensored)
subscribe
A review of Markdown parsers for Swift
https://www.loopwerk.io/articles/2021/review-markdown-parsers/
links
backlinks
Roast topics
Find topics
Find it!
A hugely important part of any static site generator is of course the parsing of Markdown content. The default parser for Saga is Parsley, a custom wrapper around a cmark fork. While I am generally quite happy with it, there are some problems.