NyankoTools

Markdown to HTML Converter (with Live Preview)

Type Markdown and it's converted to HTML with a live preview as you type. Copy the generated HTML source directly, or switch direction to paste HTML and convert it back to Markdown. Handy for checking a GitHub README or a blog draft before publishing. To count the characters in your result, try theCharacter Counteras well.

Preview

Note: the preview is sanitized for safety, so some elements like <script>tags are not rendered.

Glossary

Markdown

A lightweight markup language that lets you write headings, lists, links, and more using simple symbols. Widely used for README files and blog posts.

HTML

Short for HyperText Markup Language, the markup language used to structure web pages. Browsers interpret HTML to render the page.

GFM (GitHub Flavored Markdown)

GitHub's extended Markdown syntax, which adds tables, strikethrough text, task lists, and more. This tool supports GFM syntax.

Sanitizing

The process of safely stripping dangerous elements, such as executable scripts, from HTML input. This tool sanitizes the output automatically before rendering the preview.

Share this page