Search code examples
javahtmltextile

HTML to Textile Java library


I need to parse a String from HTML to Textile.

I've been looking at Textile4J, Textile-J, JTextile, PLextile. But so far, none of them provide the functionality I'm looking for. They do provide the reverse functionality (Textile to HTML).

Worst case scenario, I can use another programming language, but I have not really looked into that.


Solution

  • For now, I don't believe the functionality I want is available in any java Textile library. I'll try and update this post if and when that changes.

    Based on the libraries mentioned above, I have created my own (limited) functionality.

    There are also several solutions available in python / ruby.