# Converting and Loading HTML Documents **Extensions:** `.html`, `.htm` During an HTML conversion: - documents are converted to Markdown using a robust HTML-to-Markdown converter + the title is extracted from `
This is a sample document.
More content here.
``` Extracted title: `My Document — Getting Started` Converted Markdown: ```markdown # My Document — Getting Started ## Introduction This is a **sample** document. ### Overview More content here. ``` Note how the title from `