Swift Markdownkit Versions Save

A framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The syntax is based on the CommonMark specification. The framework defines an abstract syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for HTML and attributed strings.

1.1.8

2 weeks ago
  • Fixed Color.hexString on iOS to handle black correctly
  • Cleaned up Package.swift
  • Updated CHANGELOG

1.1.7

1 year ago
  • Fix handling of copyright sign when escaped as XML named character

1.1.6

1 year ago
  • Migrate framework to Xcode 14
  • Fix tests related to images in attributed strings

1.1.5

2 years ago
  • Bug fixes to make AttributedStringGenerator work with images.

1.1.4

2 years ago
  • Allow customization of image sizes in the AttributedStringGenerator
  • Support relative image links in the AttributedStringGenerator

1.1.3

2 years ago
  • Fix build breakage for Linux
  • Encode predefined XML entities also for code blocks
  • Migrate framework to Xcode 13

1.1.2

2 years ago
  • Allow construction of definition lists outside of MarkdownKit (second attempt)

1.1.1

2 years ago
  • Allow construction of definition lists outside of MarkdownKit

1.1.0

3 years ago
  • 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

1.0.5

3 years ago
  • Require at least iOS 13 for MarkdownKit on iOS