html requiredThe HTML fragment to convert to plain text. Tags become line breaks or are stripped, entities are decoded, and each link is rewritten as its text plus the URL in curly braces. Read only up to the first unescaped colon: write any literal colon as #: (for example a URL host as https#://) so the whole fragment reaches the converter.
{html2text:<h1>News</h1><p>First.</p><p>Second.</p>}
{html2text:Tom & Jerry <clip>}
{html2text:Closing time 17#:00 sharp}
{html2text:<a href="https#://apc.org">Our site</a>}
{html2text:<a href="https#://apc.org">https#://apc.org</a>}
{html2text:<ul><li>Milk<li>Bread</ul>}
{html2text:price 100}
{html2text:Plain text stays as is}
{html2text:before<script>alert(1)</script>after}
{html2text:<strong>Bold</strong> and <em>italic</em> words}
{html2text:Closing time 17:00 sharp}