Hello,
I need to uninstall JEditor and need to convert custom fields of 10k+ issues contained rich text in HTML to Wiki markup. I found some suggestions on another discussions but not that successful results.
I used this converter but not with really satisfied results.
DefaultWysiwygConverter converter = new DefaultWysiwygConverter()
String convertedString = converter.convertXHtmlToWikiMarkup(htmlString)
Could you suggest or recommend any tool for this conversion?
Thank you.