문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top