- Support converting Markdown into a string without any markup
- Fix
Color.hexString
on iOS to handle black correctly - Clean up
Package.swift
- Updated
CHANGELOG
- Fix handling of copyright sign when escaped as XML named character
- Migrate framework to Xcode 14
- Fix tests related to images in attributed strings
- Bug fixes to make
AttributedStringGenerator
work with images.
- Allow customization of image sizes in the
AttributedStringGenerator
- Support relative image links in the
AttributedStringGenerator
- Fix build breakage for Linux
- Encode predefined XML entities also for code blocks
- Migrate framework to Xcode 13
- Allow creation of definition lists outside of MarkdownKit
- Make abstract syntax trees extensible
- Provide a simple means to define new types of emphasis
- Document support for definition lists via
ExtendedMarkdownParser
- Migrate framework to Xcode 12.5
- Support Linux
- Fix handling of XML/HTML entities/named character references
- Escape angle brackets in HTML output
- Migrate project to Xcode 12.4
- Make framework available to iOS
- Improved extensibility of
AttributedStringGenerator
class
- Ported to Swift 5.3
- Migrated project to Xcode 12.0
- Implemented support for Markdown tables
- Made it easier to extend class
MarkdownParser
- Included extended markdown parser
ExtendedMarkdownParser
- Fixed bug in AttributedStringGenerator.swift
- Migrated project to Xcode 11.3.1
- Simplified extension/usage of NSAttributedString generator
- Migrated project to Xcode 11.3
- Implemented support for backslash escaping
- Added support for using link reference definitions; not fully CommonMark-compliant yet
- Migrated project to Xcode 11.1
- Initial version