diff --git a/zimwiki_txt_to_logseq_md.py b/zimwiki_txt_to_logseq_md.py index 6056f3a..cd90fe3 100644 --- a/zimwiki_txt_to_logseq_md.py +++ b/zimwiki_txt_to_logseq_md.py @@ -35,8 +35,10 @@ def rewrite_file(filepath): in_block = True else: in_block = False - continue - if (i > 5 and in_block == False): + # Close our self-styled quotation block without a bullet. + w.write(line) + continue + elif (i > 5 and in_block == False): test = line.strip() if (test == ""): continue