brendonh / pyth

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

Give RTF reader an option to skip paragraph cleaning #10

Closed jeroenk closed 13 years ago

jeroenk commented 13 years ago

Skipping clean-up might be useful to have around more permanently.

Personally, I need this for some other project where position dependent replacements are applied to the RTF, where the position depends on the white space (not on the mark-up data though).

brendonh commented 13 years ago

Sounds reasonable to me.

Send me a patch! Or better yet, fork and a pull request.

Cheers, Brendon

On Jul 28, 2011, at 7:09 PM, jeroenk wrote:

Skipping clean-up might be useful to have around more permanently.

Personally, I need this for some other project where position dependent replacements are applied to the RTF, where the position depends on the white space (not on the mark-up data though).

Reply to this email directly or view it on GitHub: https://github.com/brendonh/pyth/pull/10

jeroenk commented 13 years ago

I believe this is a pull request :-) Please let me know if you if you like anything changed in the commit (b2a9878).

brendonh commented 13 years ago

Hah, I should stop trying to read things when I'm drunk. Thanks.