Don't return early and discard the link in hoedown mode

This commit is contained in:
Manish Goregaokar 2017-12-29 12:05:42 +05:30
parent 30fca0919c
commit f951d74389

View File

@ -800,7 +800,7 @@ pub fn render(w: &mut fmt::Formatter,
.find(|t| &*t.0 == &*link) {
new_target.to_owned()
} else {
return 0;
link
};
let content = unsafe {