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

Support multi-level <ul> lists #33

Open
spekary opened this issue Feb 17, 2015 · 1 comment
Open

Support multi-level <ul> lists #33

spekary opened this issue Feb 17, 2015 · 1 comment

Comments

@spekary
Copy link

spekary commented Feb 17, 2015

It appears if you do this:

<ul>
  <li>Coffee</li>
  <li>Tea
    <ul>
      <li>Black tea</li>
      <li>Green tea</li>
    </ul>
  </li>
  <li>Milk</li>
</ul>

Html2Text will flatten the list.
Just a request to support multiple level lists by adding additional tabs in front of each item per level.

@on2 on2 mentioned this issue Oct 24, 2018
@ssanders
Copy link

ssanders commented Jul 12, 2019

I tried #91 e7260c3. It works well. 👍
But our app trims even &nbsp;s. Add an option like this?

* Tea
** Black tea

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

No branches or pull requests

2 participants