Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
other
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
11 Sep 2004 at 23:57 UTC
Updated:
7 Sep 2007 at 01:58 UTC
Comments
Comment #1
gordon commentedYou could add this by creating a filter module that can be used to parse the input math format. I wouldn't think that it would be that hard.
Comment #2
gordon commentedI took a look at the asciiMath, and this would be really easy, they even have an example of how to you would implement this. It would be quite easy to modify my phpsrc.module which is a filter that colourises php source embedded into the content.
You would just need to change the preg_replace to call the asciiMath filter.
Comment #3
Bèr Kessels commentedMarking this non-critical, to provide it from sticking on top in drupal issues. If you do feel it is critical, please tell us why it is critical for drupal as a whole (that is what tha status is meant for) and set back to critical
Comment #4
Wes Cowley commentedI've started a module along these lines. It'll be moved into CVS when it gets a bit more polished.
Comment #5
Uwe Hermann commentedComment #6
bdragon commentedThis is what the filter system is for.