Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.79k stars 273 forks source link

Make padded tables more similar to pandoc's pipe_tables #318

Closed ulodciv closed 4 years ago

ulodciv commented 4 years ago

I've been looking for a pure python replacement to pypandoc to convert HTML to markdown. I can't seem to find any configuration that would have pandoc and this package format tables in the same manner. This PR would make this project padded table look a lot like pandoc's pipe tables.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.002%) to 97.877% when pulling 61df23569c00a1dd6f789ecea244cd666a93bb76 on ulodciv:patch-1 into c06817644790d52a462159d7a5e4b4218308e248 on Alir3z4:master.

Alir3z4 commented 4 years ago

This looks exciting to me. What do you think @jdufresne ?

jdufresne commented 4 years ago

I like it! :+1:

Alir3z4 commented 4 years ago

Excellent, merging now! @ulodciv thanks for making this happen.