Joel

Results 1 issues of Joel

When there are email adresses included in the document, markdown_output.m crashes. ``` case LINK:; NSURL *url = [NSURL URLWithString:elt->contents.link->url]; if (url) { NSDictionary *linkAttibutes = @{@"attributedMarkdownURL": url}; print_attr_element_list(out, elt->contents.link->label, attributes,...