From: <mal...@cs...> - 2004-06-01 07:25:57
|
On Tue, Jun 01, 2004 at 04:21:10PM +1000, Malcolm Ross Kinsella Ryan wrote: > I've got the MathML plugin working locally. You can see it in operation > on my wiki at: > > http://cgi.cse.unsw.edu.au/~malcolmr/bushfire/index.php?pagename=SandBox One issue: I can't use the plugin to produce inline math. It appears that plugins only work if they are the first thing on their line. So something like: Applying Bayes Rule: <?plugin ITex2MML $ P(A|B) = P(B|A)P(A) / P(B) $ ?> we see that... won't work. Is this a deliberate design issue? Looking at the code, it seems that plugins are only handled by the BlockParser and not the InlineParser. I suppose this is sensible for most of the existing plugins, but it seems limiting. Malcolm -- Malcolm Ryan - mal...@cs... - http://malcolmr.web.cse.unsw.edu.au "Blessed are the poor in spirit, for theirs is the kingdom of heaven." -- Matt 5:3 |