MMMarkdown v0.3 Release Notes

  • 🚀 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