Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I convert HTML to Textile?

Tags:

html

textile

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 into Textile, so I can scrape the existing site, convert the HTML to Textile, and insert that data into the database?

like image 205
Joe Van Dyk Avatar asked Oct 06 '08 15:10

Joe Van Dyk


People also ask

Can HTML be converted?

You can convert your HTML documents from any platform (Windows, Linux, macOS). No registration needed. Just drag and drop your HTML file on upload form, choose the desired output format and click convert button. Once conversion completed you can download your HTM file.

Can you convert HTML to JavaScript?

Insert your HTML text into the text box by typing it or cut and paste. Then to convert it to JavaScript that is usable in an HTML document, click the 'Convert HTML -> JavaScript' button; the converted code will appear in the same box. The 'Clear Text' button will erase everything in the text box.


1 Answers

I know this is an old question, but I found myself trying to do this the other day and not finding anything useful, until I found Pandoc. It can convert loads of other markup formats as well - it's quite brilliant.

like image 155
slightlyfaulty Avatar answered Sep 23 '22 03:09

slightlyfaulty