jiubafangxing
Results
2
comments of
jiubafangxing
i have the same scence. Could we add a config file which decide use different converted case way.
you can try like this, ```java private static String preprocessHtml(String htmlContent) { Document doc = Jsoup.parse(htmlContent); Elements codeElements = doc.select("code"); Map codeReplacements = new HashMap(); // Replace new lines with...