Performance Test Document
This document is used for benchmarking the HTML to markdown conversion process.
Section 1: Introduction
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- First bullet point with bold text
- Second bullet point with italic text
- Third bullet point with a hyperlink
Section 2: Content
This is a blockquote that should be preserved in the markdown conversion.
function example() {
console.log("This is a code block");
return "benchmark";
}
Section 3: Tables
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |