HTML entities
Escape HTML special characters or decode named and numeric entities.
html-entityWrite Markdown with live GFM preview, tables, task lists and highlighted code. Export HTML or Markdown, with syntax examples and local browser processing.
Edit on the left and preview on the right. GitHub Flavored Markdown is supported. Dangerous HTML and remote image requests are blocked, including in exported HTML.
# Release checklist
- [x] Validate JSON
- [ ] Publish documentation
| Tool | Status |
| --- | --- |
| JSON | Ready |
```javascript
const ready = true;
```Keep the separator row below the table header. Task lists need a space between - and [ ]. Edit the source to [x] to mark a task complete.
This preview follows normal Markdown soft-break behavior. One newline within a paragraph usually does not produce a visible line break. Use a blank line for a paragraph, or two trailing spaces before a newline for a hard break.
It supports GFM features including tables, task lists, strikethrough and fenced code blocks. Fonts, styles and filtering differ from GitHub, so the preview is not an exact reproduction of a GitHub page.
The tool removes Markdown images and raw HTML, then sanitizes generated markup to prevent input from loading external resources or running scripts. HTML exports use the same result. This is not a preview for pages that depend on images, scripts or iframes.
No. Refreshing, closing the page or switching tools discards your edits; download Markdown first. Preview input is limited to 200,000 UTF-16 code units, measured as JavaScript string length.