I\'m scraping a static html site and moving the content into a database-backed CMS. I\'d like to use Textile in the CMS.
Is there a tool out there that converts HTML
Since there was no javascript implementation, I wrote one: https://github.com/cmroanirgo/to-textile
It's a little primitive at the moment, as it's a blind port of the 'to-markdown' equivalent, but should get the job done.