swift-foundation icon indicating copy to clipboard operation
swift-foundation copied to clipboard

Markdown support for `AttributedString`

Open parkera opened this issue 2 years ago • 1 comments

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

parkera avatar Apr 18 '23 20:04 parkera

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

QuietMisdreavus avatar Apr 26 '23 22:04 QuietMisdreavus