Text Prettifier

Convert escaped text with literal \n characters into beautifully formatted, readable content. Perfect for markdown and blog posts.

Paste markdown or content with visible \n, \t, \r, \/, \" escape sequences

All escape sequences will be converted to actual characters

✨ Line Breaks

Convert \n to actual newlines

📝 Tabs

Convert \t to actual tabs for indentation

đź“‹ Quotes

Convert \" to actual quotation marks

đź’ľ Export

Download as .txt or copy to clipboard

Example

Before:

## What Are Core Web Vitals?\n\nCore Web Vitals are Google's way of measuring how users experience your website.\n\n### The Three Metrics That Matter\n\n**1. LCP** – Target: Under 2.5 seconds

After:

## What Are Core Web Vitals? Core Web Vitals are Google's way of measuring how users experience your website. ### The Three Metrics That Matter **1. LCP** – Target: Under 2.5 seconds