NimbusKit / markdown

A Markdown NSAttributedString parser.
Apache License 2.0
656 stars 63 forks source link

Fixed issue when end of line cut off. #12

Closed AlexDenisov closed 11 years ago

AlexDenisov commented 11 years ago

Note, that str.length might be not equal to strlen(str.UTF8String)

This bug also reported by @fonkadelic at #2.