toland / qlmarkdown

QuickLook generator for Markdown files.
3.24k stars 142 forks source link

Crash on preview #15

Open tiktuk opened 11 years ago

tiktuk commented 11 years ago

When trying to quicklook this markdown file, QLMarkdown crashes. I have the feeling it's an encoding issue. The file is encoded in ISO Latin-1, not UTF-8.

thomasaw commented 11 years ago

The encoding appears to be Mac OS Roman, but the [NSString stringWithContentsOfURL: usedEncoding: error:] method isn't able to determine the encoding and the renderMarkdown function isn't handling the error.