Hi people, i'm quite new to mediawiki, and now i have some problem I have the title of some wikipage, and i want to get just text of this page using api.php, but all that i have found in this api gets the wiki content of the page(with wiki syntax symbols, i have used this func
/api.php?action=query&prop=revisions&rvlimit=1&rvprop=content&format=xml&titles=test
), but i need only text, without some wikisyntax symbols... Is that possible with wiki API?