A document checker. RedPen automates the quality inspection of technical documents.
@takahi-i Good day again. As earlier stated by @vmassol , I am currently trying to integrate redpen-cc with our XWiki open source project. Currently I am facing an exception error while using redpen in an instance of XWiki from the redpen library i am using. The following is the error:
java.lang.NoClassDefFoundError: org/pegdown/ParsingTimeoutException at cc.redpen.parser.DocumentParser.<clinit>(DocumentParser.java:75)
From what I have seen the timeout exception occurs when I try to run this code:
DocumentParser parser = DocumentParser.of(inputFormat);
markdown sheet evaluation end
...