Standard rule
Input (HTML)
<article><h2>Notice</h2><p>Welcome<br>to Finite Field</p><ul><li>Intro</li><li>Usage</li></ul></article>
Output (Text)
Notice Welcome to Finite Field ・Intro ・Usage
Extract readable body text from HTML, format paragraphs/lists, and remove script/style blocks automatically.
Choose entity decoding and handling for links, images, and tables, then copy or download the result in one flow.
Input and output are shown side-by-side, so you can tune line-break rules and options with minimal trial and error.
Input (HTML)
<article><h2>Notice</h2><p>Welcome<br>to Finite Field</p><ul><li>Intro</li><li>Usage</li></ul></article>
Output (Text)
Notice Welcome to Finite Field ・Intro ・Usage
Input (HTML)
<div><p>A</p><p>B</p></div>
Output (Text)
A B
Input (HTML)
<ol><li>Define requirements</li><li>Implement</li></ol>
Output (Text)
1. Define requirements 2. Implement
Note: <script> and <style> are always excluded.
This tool converts tags like <p>/<br>/<li> into line breaks. Adjust Line Break Rule and Max Consecutive Line Breaks to get closer to your target format.
No. <script> and <style> are always removed.
You can choose decode on/off. Turn decoding on when you want & to become &.
Use Minimal rule, keep Collapse Spaces on, and set Max Consecutive Line Breaks to 1 or 2.
Yes. Set Link Handling to Text + URL.