RedCloth(foo).to_text

Hi,

We have a website where admins can use textile (via RedCloth) to format
their content.

Now we’d like to provide RSS feeds for same content (as text/plain). But
the textile markup doesn’t look very good unrendered.

I’m wondering if anyone has ever made a mechanism that renders textile
to a sensible text/plain formatting?

Eg.

h1. Foo bar

Could be

Foo bar
=======

And tables could be CSV or tab-separated and so forth. Anyone know of a
such implementation?

Br,

Morten