On Sat, Apr 25, 2009 at 10:22 AM, karikrishni <[email protected]> wrote: > > I used regular expression to cut down markdown just like that for time > being..This needs to be fixed before we make beta release. > > How things are built in Pylons? I mean, I use html2text.py written by > Aaron for converting html to text format. Is that OK to add > html2text.py pylons webhelpers? or webhelpers shall write the code > from scratch?.
As I said, there's a module unfinished/htmlrender.py in the WebHelpers source distribution which does this. You can compare it to your module and see if yours does anything better. If so, you can add it to the TRAC ticket and it will be considered for the next version of WebHelpers. http://pylonshq.com/project/pylonshq/ticket/458 -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
