Hello
I want to parse some variable-length wiki texts using 'parse' action.
My problem is that API returns error if wiki text length exceeds some
value, say 1000 characters. In such a case API returns well-formatted
HTML page informing about unexpected error and it encourages to try
again later. It doesn't look like expected behavior, rather like some
fast-coded check. API documentation doesn't say anything about upper
length limit. Is there a way to deal with that? I wouldn't like
solution like 'splitting text into parts and parsing them separately'
because it can be really problematic in some cases e.g. with very long
lists ('#' markers).
Łukasz