AI Fiction Duel Text Normalizer
Paste LLM output below to convert formatting to ASCII-compatible conventions
Conversion Rules
- Curly quotes (\u201C \u201D \u2018 \u2019) → Straight quotes (
" ')
- Em-dash (—) → Double hyphen (
--)
- En-dash (–) → Single hyphen (
-)
- HTML formatting (italic, bold tags) → Markdown (
*italic* **bold**)
- Single line breaks between paragraphs → Double line breaks (blank line spacing)
- Multiple spaces → Single space
- More than 2 consecutive line breaks → 2 line breaks
- Preserves:
*italics*, **bold**, --- scene breaks