Heading and bold text
# Hello World This is **bold** and *italic*.
<h1>Hello World</h1> <p>This is <strong>bold</strong> and <em>italic</em>.</p>
Convert Markdown to HTML with a live preview. Expose it as an API.
17 words · 10 lines
Was this tool useful?
Markdown is a lightweight markup language that lets you write formatted text using plain characters. A hash makes a heading, asterisks make bold or italic, hyphens make a list. Tools that render Markdown convert it to HTML for display in browsers.
This converter uses the same parsing rules as GitHub Flavored Markdown: fenced code blocks with syntax highlighting hints, tables, strikethrough text, and task lists are all supported. The HTML output is ready to embed in any web page.
# Hello World This is **bold** and *italic*.
<h1>Hello World</h1> <p>This is <strong>bold</strong> and <em>italic</em>.</p>