Releases: objecthub/swift-markdownkit
Releases · objecthub/swift-markdownkit
Release 1.1.9
Release 1.1.8
- Fixed
Color.hexString
on iOS to handle black correctly - Cleaned up
Package.swift
- Updated
CHANGELOG
Release 1.1.7
- Fix handling of copyright sign when escaped as XML named character
Release 1.1.6
- Migrate framework to Xcode 14
- Fix tests related to images in attributed strings
Release 1.1.5
- Bug fixes to make
AttributedStringGenerator
work with images.
Release 1.1.4
- Allow customization of image sizes in the
AttributedStringGenerator
- Support relative image links in the
AttributedStringGenerator
Release 1.1.3
- Fix build breakage for Linux
- Encode predefined XML entities also for code blocks
- Migrate framework to Xcode 13
Release 1.1.2
- Allow construction of definition lists outside of MarkdownKit (second attempt)
Release 1.1.1
- Allow construction of definition lists outside of MarkdownKit
Release 1.1.0
- 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