= Trac Wiki Engine = The Wiki engine corresponds to the Wiki syntax parser and formatter which is responsible for transforming the Wiki text source into some rendered content, according to the WikiFormatting rules. Currently, the parsing and formatting are done in one go, and it's been a long time goal to separate them in distinct stages. The TracDev/Proposals/WikiParserFormatterSplit presents the requirements and the proposed implementation for the new engine. It also gives an overview of most of the opened tickets that should be solved by the new engine. ''Note that the proposal itself is at an early stage. Once it stabilizes and after the proposal becomes "reality", this page will be used to document the engine itself (or will point to the appropriate place)'' ---- See also: TracWiki, TracLinks, [source:trunk/trac/wiki/parser.py parser.py], [source:trunk/trac/wiki/formatter.py formatter.py]