swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.41k stars 161 forks source link

Markdown support for `AttributedString` #44

Open parkera opened 1 year ago

parkera commented 1 year ago

Factor out the Markdown support in AttributedString (which relies on a customized version of libcmark) and bring it to the package.

QuietMisdreavus commented 1 year ago

For what it's worth, the Markdown implementation of the AttributedString syntax is also open-source, and lives in the same Markdown library used by Swift-DocC: https://github.com/apple/swift-cmark