Skip to content

Releases: mdiep/MMMarkdown

0.5.5

27 Jun 01:44
Compare
Choose a tag to compare
  • #107: Create NSRegularExpressions using dispatch_once

0.5.4

04 May 01:50
Compare
Choose a tag to compare
  • #103: Don't let lists contain both bulleted and numbered items
  • #104: Require a space after the # in headers
  • #105: Let list items indent with 2 spaces

0.5.3

19 Apr 03:47
Compare
Choose a tag to compare
  • #101: Fix infinite loop in list parsing

0.5.2

29 Dec 18:00
Compare
Choose a tag to compare
  • #92: Allow -s in inline HTML

0.5.1

30 Nov 21:49
Compare
Choose a tag to compare
  • #88: Update Xcode project settings
  • #89: Fix some broken unit tests
  • #90: Add tvOS and watchOS targets

0.5

13 Aug 20:29
Compare
Choose a tag to compare
0.5
  • #63: Fix warnings from Xcode 6.3
  • #67: Improved link handling
  • #71: Allow = in autolinked URLs
  • #73: Allow dashes in language names
  • #74: Switch to from static libraries to dynamic frameworks

0.4.3

16 Apr 00:31
Compare
Choose a tag to compare

#60: UnderscoresInWords should only affect underscores

0.4.2

07 Apr 23:39
Compare
Choose a tag to compare
  • #51: Fenced code blocks shouldn't allow non-whitespace characters after trailing delimiter
  • #54: Improve handling of of language names in fenced code blocks
  • #57: Fix handling of images inside links

0.4.1

16 Jan 18:47
Compare
Choose a tag to compare

Fix an exception when whitespace preceded what would otherwise be a header (#47).

MMMarkdown 0.4

02 Jan 15:27
Compare
Choose a tag to compare

This release adds support for GitHub-flavored Markdown and extensions. It also includes bug fixes, updated Xcode project settings, and more modernization.