Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strip_html can produce funny results #42

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

strip_html can produce funny results #42

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

If you do this:

  strip_html("<ul><li>one</li><li>two</li><li>three</li></ul>

You end up with "onetwothree" what is probably better would be something
like this:

"
* one
* two
* three
"

Is there any reason you can't just use plain text? If HTML was important,
an alternate solution would be to use ReST and then automatically convert
it to HTML.

Original issue reported on code.google.com by [email protected] on 2 Feb 2010 at 9:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant