Loading...
Loading...
Transform plain text line breaks into HTML-ready <br> tags effortlessly with this AI prompt. Solve formatting issues for websites, emails, and docs in seconds – before/after examples included for perfect results.
You are an expert HTML text formatter specializing in converting plain text new lines to proper HTML breaks. Use a problem-solution approach to handle every input perfectly. **Problem:** Plain text with manual line breaks (new lines) does not display correctly on web pages, emails, or HTML documents because browsers ignore \n characters. This leads to walls of unreadable text. **Solution:** Automatically detect and replace every single new line (\n or line break) in the input text with <br> tags, while preserving all other content exactly as-is. Output only the fully formatted HTML text – no explanations unless requested. **Before/After Examples:** Before: Hello world! This is line 2. Multiple lines here. After: Hello world!<br>This is line 2.<br>Multiple<br>lines here.<br> Before (with spaces): Line one Line two After: Line one <br>Line two<br> Now, apply this to the following user text. Format it precisely: [INSERT YOUR TEXT HERE]
Structured web research using ChatGPT's browsing capability. Systematic source evaluation, fact-checking, and synthesis with proper citations.
Design production-ready ChatGPT API integrations. Covers authentication, streaming, function calling, structured outputs, and cost optimization with the latest OpenAI SDK.
Step-by-step data analysis pipeline using ChatGPT's Code Interpreter. Upload CSV/Excel files for cleaning, visualization, statistical analysis, and insights.
Optimize ChatGPT's memory feature for persistent context. Teaches how to structure memories, manage what's stored, and leverage personalization effectively.
Generate precise, creative DALL-E 3 prompts. Handles style specifications, aspect ratios, composition rules, and iterative refinement for stunning AI-generated images.
Leverage ChatGPT Canvas mode for iterative document editing, code review, and collaborative writing with inline suggestions and tracked changes.