Markdown to HTML Converter Usage Guide
Quick Start
- Visit the
/markdown-to-html/page - Enter or paste Markdown code in the left editor
- The converted HTML preview will be automatically displayed on the right
- Use the copy or download button to save the result
Features
Conversion Modes
- Real-time conversion: Automatic conversion when entering Markdown (default)
- Manual conversion: Conversion when clicking the conversion button
Conversion Options
- GFM Support: Enable GitHub Flavored Markdown extension syntax
- Adjustable format: Markdown output format can be adjusted
Action Buttons
- Insert Example: Insert sample Markdown code for testing
- Clear: Clear all content
- Copy: Copy HTML result to clipboard
- Download: Download the converted .html file
Supported Markdown Elements
Basic Elements
- Headings:
# H1-###### H6 - Paragraphs: Normal text
- Emphasis:
**Bold**,*Italic* - Links:
[Text](URL) - Images:
 - Lists:
- Unordered,1. Ordered - Code:
`Inline`,Code block
Advanced Elements
- Tables:
| Column1 | Column2 | - Quotes:
> Quote content - Horizontal line:
--- - Strikethrough:
~~Strikethrough~~
Notes
- All conversions are completed locally in the browser and are not uploaded to the server
- Some complex Markdown structures may not be perfectly converted
- It is recommended to check the result after conversion and adjust if necessary
- Supports all standard Markdown syntax and GFM extensions