This function gets the plain text from wikitext (i.e. it strips the wikitext markup and returns just the text). It does this by wikifying into a hidden div using the Wikifier.prototype.subWikify() function, and calling getPlainText() on the hidden div. It then removes the hidden div and returns the text.
It takes no arguments
It takes no arguments
NOTE: this doesn't return html