From: Yuri T. <qar...@gm...> - 2008-07-02 06:27:31
|
After another second's thought, if we can stick with alphanumeric IDs for placeholders, perhaps this would be more parsimonious: START+<type>+":"+<id>+END (Type should also be alphanumeric.) http://gitorious.org/projects/python-markdown/repos/mainline/commits/2edd84e - yuri > Perhaps you could use: > > self.prefix = START+"node"+NULL > self.suffix = END+"node"+NULL > > We could more generally go for this patter for placeholders of type <type>: > > START+<type>+NULL+<id>+END+<type>+NULL -- http://sputnik.freewisdom.org/ |