Don't return early and discard the link in hoedown mode
This commit is contained in:
parent
30fca0919c
commit
f951d74389
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user