Online Lecture Note Organizer
${note.content}
`; break; case 'li': html += `- `;
inList = true;
} else if (note.type !== 'li' && inList) {
notesHtml += `
${note.content}
`; break; case 'h3': notesHtml += `${note.content}
`; break; case 'p': notesHtml += `${note.content}
`; break; case 'li': notesHtml += `${data.title}
Notes Organized on: ${date}
${notesHtml}
