vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Some HTML render options prevent markdown link rendering. #87

Open zabelsr opened 12 years ago

zabelsr commented 12 years ago

With HTML_SKIP_LINKS or HTML_SAFELINK passed to the sdhtml_renderer, markdown-style links are not processed correctly.

This can be reproduced in examples/markdown.c by setting the HTML options like this:

sdhtml_renderer(&callbacks, &options, HTML_SKIP_LINKS | HTML_SAFELINK);