brendonh / pyth

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

Don't strip properties from whitespace-only runs #46

Open AlexHill opened 6 years ago

AlexHill commented 6 years ago

I think this is a slightly-too-aggressive optimisation - the width of a space can be important, and stripping properties throws away that information.

Thanks for this project!