How to use
- Type Markdown text in the input box on the left.
- The HTML preview on the right updates as you type.
- Supports headings, bold, lists, links, code blocks and more.
๐ฏ Use Cases
- Preview a GitHub README before publishing
- Validate a blog post's Markdown
- Draft technical documentation
Example
Input
## Install Run `npm i` first. - Fast - **Simple** > Tip: read [docs](https://developk.kr/).
Output
<h2>Install</h2><p>Run <code>npm i</code> first.</p><ul><li>Fast</li><li><strong>Simple</strong></li></ul><blockquote>Tip: read <a href="https://developk.kr/" target="_blank" rel="noopener">docs</a>.</blockquote>
A heading (##), inline code (`npm i`), a list, bold (**), and a blockquote with a link are turned into the exact <h2>, <code>, <ul>, <strong>, <blockquote>, and <a> tags shown above.
FAQ
- Is what I type sent to a server?
- No. Rendering is done entirely in your browser using a lightweight, custom-built Markdown parser.
- Does it support all Markdown syntax?
- It supports common syntax such as headings, bold/italic, inline code, code blocks, lists, links, blockquotes, and horizontal rules. Some extended syntax like tables is not supported.
- Can I copy the resulting HTML?
- You can select and copy the text in the preview area, or inspect the rendered HTML using your browser's developer tools.
More Text Tools
๐
URL Encoder/Decoder
Percent-encode/decode URL characters
โ๏ธ
Find & Replace
Search & replace with regex support
๐
Text Diff
Compare two texts line by line
โ๏ธ
List Sorter
Sort a list & remove duplicates
๐ง
Email Extractor
Extract & dedupe emails from text
๐ข
Character Counter
Count characters, bytes, lines & words
๐
Case Converter
Convert to UPPER/lower/Title Case
๐ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ halfwidth ASCII
๐
Unicode Inspector
Check code points & look up characters
๐
Text to Decimal
Convert text โ decimal code points
๐งพ
Text to Hex
Convert text โ UTF-8 byte hex
0๏ธโฃ
Text to Binary
Convert text โ UTF-8 byte binary
๐ก
ASCII Art Generator
Turn text into an ASCII art banner