This is a test document to verify the export functionality works correctly.
- Markdown Download - Should work from any mode
- PDF Export - Should work from both edit and preview modes
- Theme Support - PDF should maintain current theme styling
function testExport() {
console.log("Testing export functionality");
return "success";
}| Feature | Edit Mode | Preview Mode |
|---|---|---|
| Markdown Download | ✓ | ✓ |
| PDF Export | ✓ | ✓ |
| Theme Preservation | ✓ | ✓ |
This is a blockquote to test styling in the PDF export.
Bold text and italic text should be properly styled.
- List item 1
- List item 2
- List item 3