fixed links not respecting empty lines underneath
This commit is contained in:
parent
b33972c211
commit
23a51562a1
|
@ -177,6 +177,8 @@ const md2tokens = (markdown, newline) => {
|
||||||
case '[':
|
case '[':
|
||||||
finish();
|
finish();
|
||||||
advance();
|
advance();
|
||||||
|
newline=false;
|
||||||
|
newline_count=0;
|
||||||
let text = capture_until("]");
|
let text = capture_until("]");
|
||||||
advance();
|
advance();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue