SwiftyMarkdown is a Swift-based Markdown parser that converts Markdown files or strings into NSAttributedStrings. It uses sensible defaults and supports dynamic type, even with custom fonts.
Customise fonts and colors easily in a Swift-like way:
md.code.fontName = "CourierNewPSMT"
md.h2.fontName = "AvenirNextCondensed-Medium"
md.h2.color = UIColor.redColor()
md.h2.alignment = .center
It supports the standard Markdown syntax, like italics, underline italics, bold, backticks for code
, strikethrough, and headings.
It ignores random * and correctly handles escaped *asterisks* and _underlines_ and `backticks`. It also supports inline Markdown Links.
It also now supports blockquotes and it supports whole-line italic and bold styles so you can go completely wild with styling! Wow! Such styles! Much fun!
Lists
1.
as the list item identifier)