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.
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.
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.