HTML and Markdown converter tool with live preview and download

Convert Markdown .md files to html

Markdown .md files can be opened in your notepad just as you would your .txt files.


.md
HTML preview
Saved!
HTML input .html
.md
Saved!

Markdown syntax reference

Headings
#Heading 1 - largest, page title
##Heading 2 - section title
###Heading 3 - sub-section
####Heading 4-6 - deeper nesting

Always add a space after the #. Up to six levels supported.

Emphasis
**text**Bold
*text*Italic
***text***Bold and italic
~~text~~Strikethrough

Underscores also work: _italic_ and __bold__

Lists
- itemUnordered list item
* itemAlso unordered
1. itemOrdered / numbered list
- itemNested list (2 spaces)

Indent nested items with 2-4 spaces under their parent.

Blockquotes & rules
> textBlockquote
>> textNested blockquote
---Horizontal rule
***Also a horizontal rule

Blockquotes render with a left border. Great for callouts or citations.

Code
`code`Inline code
```Fenced code block (open + close)
```jsCode block with language hint
code4-space indent = code block

Language hints like js, python, css enable syntax highlighting in many viewers.

Links & images
[text](url)Hyperlink
![alt](url)Image (! prefix)
[text][id]Reference-style link
<url>Auto-linked URL

Reference links keep long URLs out of your prose: define [id]: url below.

Tables
| Col |Table cell / header
|---|Header separator row
|:---|Left-align column
|---:|Right-align column

Pipes don't need to line up - alignment is controlled by the colon in the separator row.

Extras
- [ ]Unchecked task item
- [x]Checked task item
\*Escape a special character
<!-- -->HTML comment (hidden)

A blank line between paragraphs creates a new <p>. Single line breaks are ignored.




This tool is part of The Laughing Professor On Page SEO Toolbox, where multiple diagnostics and generators are combined into a single workflow for site optimization.

View More SEO Related Tools The Professor's Web Design Report Card Multi JSon Script Generator OG Meta Tag generator