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 '[':
|
||||
finish();
|
||||
advance();
|
||||
newline=false;
|
||||
newline_count=0;
|
||||
let text = capture_until("]");
|
||||
advance();
|
||||
|
||||
|
|
Loading…
Reference in a new issue