bumblebee
bumblebee copied to clipboard
Abstract text processing and pattern matching engine in Swift. Converts text into NSAttributedStrings. Builtin markdown support.
Hey @daltoniam ! I just tried running an emoji-laden string past `MDEmphasisPattern`, and it seems to crash with an `Fatal error: cannot increment beyond endIndex` in https://github.com/daltoniam/bumblebee/blob/842fb805b6aebbf24515bcbeb06507e4e925f1e0/Sources/bumblebee.swift#L90 I have a...
### 📝 Description Having emoji breaks the parsing. The Indexes used were not UTF16. This is fixing the issue #28 / #29 ### 👎 Existing Behaviour ```Swift let breakingString =...
Removes any references to `String`s `utf16View` and adds a test case for it too 🎉 I've made _tons_ of changes to the project settings + schemes, would be happy to...