Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8795753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:27:29+00:00 2026-06-13T23:27:29+00:00

I am looking for a way to convert HTML formatted text to plain text

  • 0

I am looking for a way to convert HTML formatted text to plain text while maintaining its basic structure, and perhaps be slightly tweaked, so:

<p>This is a paragraph.</p>
<ol>
  <li>List item 1.</li>
  <li>List item 2.</li>
</ol>
<p>This is an <a href="www.google.com">anchor</a>.</p>

Becomes:

This is a paragraph.

  • List item 1.
  • List item 2.

This is an anchor (www.google.com).

Any ideas on how to effectively achieve for a very large number of HTML-formatted templates?

  • Note that the most important part outside of the structure is keeping the anchors.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:27:31+00:00Added an answer on June 13, 2026 at 11:27 pm

    Use a text-based browser, such as lynx, and have it output to stdout. I’m not sure it will suit all your tweaking-needs, but it’s a very quick and easy start

    lynx -crawl -dump http://stackoverflow.com/questions/13279364/convert-html-to-plain-text-and-keep-basic-formatting

    (actually, I would expect your list to be

    1. List item 1.
    2. List item 2.
    

    since it’s an ordered list)

    Edit: actually looked more into your actual use case, it works perfectly:

    > echo '<p>This is a paragraph.</p>
    <ol>
      <li>List item 1.</li>
      <li>List item 2.</li>
    </ol>
    <p>This is an <a href="http://www.google.com">anchor</a>.</p>' | lynx -stdin -dump
    

    becomes

       This is a paragraph.
        1. List item 1.
        2. List item 2.
    
       This is an [1]anchor.
    
    References
    
       1. http://www.google.com/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a way to convert text like this: <!DOCTYPE html PUBLIC \-//W3C//DTD
I'm looking for a way to convert HTML to text. I tried using sanatize
I'm looking for the best way to convert HTML to text, using only modules
I'm looking for a way to convert HTML entity numbers into a character using
I initially was looking for a way convert byte to float, and found answers
As the title says i am looking for a way convert a huge number
I'm looking for a way to convert hex (hexadecimal) to dec (decimal) easily. I
Hej everyone, problem : I am looking for right way to convert an index
I'm looking to convert for a way to my classes to XML and back
I'm looking for a way to generate pdf files from html In order to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.