NimbusKit / markdown

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

Font caching currently doesn't work #4

Open myell0w opened 11 years ago

myell0w commented 11 years ago

...because the cache dictionary never gets initialized. I just had a quick look but there are more memory problems, because otherwise the parser crashes. will have to dig deeper.