checklist = '# ToDo List\n' checklist += '+ Checked\n' checklist += 'x Skipped\n' checklist += '~ In Progress\n' checklist += '# Another ToDo List\n' checklist += '- Unchecked\n' checklist += '> Quote line 1 https://rw.rw\n' checklist += '> Quote line 2\n' checklist += '> Quote line 3\n'