# Markdown to HTML Guide

Render Markdown to HTML in the browser.

- Tool: https://ilham.dev/tools/markdown-to-html/
- Guide URL: https://ilham.dev/guides/markdown-to-html/
- Tool guides index: https://ilham.dev/guides/tools/
- Broader guide: Writing and Publishing Text for the Web (https://ilham.dev/guides/writing-for-the-web/)

## What it does

Render Markdown to HTML in the browser, with the generated markup shown as text so you can copy it straight into a template. It handles headings, lists, tables, code fences, links and inline formatting.

## Use the tool

Open https://ilham.dev/tools/markdown-to-html/, add the input the tool asks for, run it, and check the output before using it elsewhere.

## Input and output

- Input: text.
- Output: text.
- Category: Formats.

## Privacy and processing
Processing happens locally in your browser. This tool does not upload the input to ilham.dev.

## Questions

### Is the output sanitised?

The renderer follows Markdown rules and passes raw HTML through. If you are rendering Markdown written by strangers, sanitise the result before putting it on a page.

### Which flavour of Markdown is this?

CommonMark with the usual table and strikethrough extensions — GitHub-flavoured in practice.