Re: Question about docutils

2007-01-25 Thread Damjan
>> I'm using docutils 0.4. >> Is it possible to define special custom 'tags' (or something) that will >> invoke my own function? The function would then return the real content >> in the ReST document. > > I -think- this is what you're looking for: > http://docutils.sourceforge.net/docs/howto/rst-

Re: Question about docutils

2007-01-24 Thread Ben Finney
Damjan <[EMAIL PROTECTED]> writes: > I'm using docutils 0.4. The specific mailing lists for docutils: http://docutils.sourceforge.net/docs/user/mailing-lists.html> Also available via GMane, which is how I read them. -- \ "Here is a test to see if your mission on earth is finished. If

Re: Question about docutils

2007-01-24 Thread alex23
On Jan 25, 10:40 am, Damjan <[EMAIL PROTECTED]> wrote: > I'm using docutils 0.4. > Is it possible to define special custom 'tags' (or something) that will > invoke my own function? The function would then return the real content in > the ReST document. I -think- this is what you're looking for: ht