On Wed, Feb 21, 2007 at 03:53:25PM -0600, Jim Wilson wrote:
How did you avoid the confusion everyone warns of with
- list
*item **marking?
The extension's hooking point "ParserBeforeTidy" happens very late in the parsing of a page. So late, that at this point all interpretation of MW syntax has already occurred.
So, in short, you dealt with it by running late enough that MW got precedence, and grabbed all the asterisks it thought it was interested in.
That works for me.
Cheers, -- jra