Skip to content

Releases: mdiep/MMMarkdown

MMMarkdown 0.3

22 Feb 05:14
Compare
Choose a tag to compare

This release adds an HTML parser, which is needed to properly handle HTML inside Markdown. It also removes the precompiled libraries in favor of including the project.

Other changes include:

  • Support newer iOS architectures
  • Fix a crash when passed an empty string
  • Fix code spans with multiple backticks
  • Fix code spans that contain newlines
  • Fix handling of images with no alt text
  • Annotate that the markdown can't be nil
  • Fix behavior of archive builds
  • Update Xcode project settings
  • Modernize the code

MMMarkdown 0.2.3

02 Jul 20:18
Compare
Choose a tag to compare

Fix the iOS deployment target and static library to support iOS 5.0.

MMMarkdown 0.2.2

02 Jul 20:18
Compare
Choose a tag to compare

Updated the iOS static library to include armv7s architecture.

0.2.1

02 Jul 20:18
Compare
Choose a tag to compare

Bugfix release that fixes 2 issues:

  • Add support for alternate ASCII line endings (\r\n and \r)
  • Fix a crash when list items have leading spaces beyond their indentation level

0.2

02 Jul 20:17
Compare
Choose a tag to compare
0.2

This release focused on expanding the test suite and fixing bugs. Many bugs were fixed and support for the Markdown image syntax was added.

0.1

02 Jul 20:16
Compare
Choose a tag to compare
0.1

The initial release of MMMarkdown. Implemented enough of markdown to pass all of Gruber's tests.