fixed links not respecting empty lines underneath

This commit is contained in:
Snorre Ettrup Altschul 2025-02-06 15:42:57 +01:00
parent b33972c211
commit 23a51562a1

View file

@ -177,6 +177,8 @@ const md2tokens = (markdown, newline) => {
case '[':
finish();
advance();
newline=false;
newline_count=0;
let text = capture_until("]");
advance();