Mailing List Archive

Mediawiki parser files
I would like to know the files which done the parsing job in mediawiki.
example: '''title''' => <b>title</b>

Thank you for your info
Re: Mediawiki parser files [ In reply to ]
Roiki wrote:
> I would like to know the files which done the parsing job in mediawiki.
> example: '''title''' => <b>title</b>

See Parser.php and Tokenizer.php.

-- brion vibber (brion @ pobox.com)