Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 788 Bytes

File metadata and controls

34 lines (24 loc) · 788 Bytes

Test Export Document

This is a test document to verify the export functionality works correctly.

Features to Test

  1. Markdown Download - Should work from any mode
  2. PDF Export - Should work from both edit and preview modes
  3. Theme Support - PDF should maintain current theme styling

Code Example

function testExport() {
  console.log("Testing export functionality");
  return "success";
}

Table Test

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