brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

Handle tabs instead of discarding them #12

Closed jeroenk closed 11 years ago

jeroenk commented 12 years ago

The commit in this pull request adds handling for tabs (\tab) in rtf files. This pull request is related to my previous one. I require the white space on lines to be exact for a project a work on. The tabs were lacking in this count.

brendonh commented 11 years ago

Man, how did I miss this for a year?

In general pyth makes no attempt to preserve whitespace, so I'm not sure the counts will ever be accurate anyway. Still, supporting tabs is nice in itself. Thanks!

jeroenk commented 11 years ago

Thanks for merging.