I need to find the main function in MediaWiki where wiki text is converted to html. Does someone know where that is?
+2
A:
This is done by a set of functions within the following file:
includes/parser/Parser.php
The list of functions, their actions and purposes are detailed within that file.
(Was easily found by searching through the MediaWiki source code for "nowiki" which is a distinct piece of the markup language.)
Lucanos
2010-05-16 12:33:47
http://www.mediawiki.org/wiki/Manual:Parser.php
Adrian Archer
2010-05-17 14:52:52