On Tue, Nov 4, 2008 at 3:30 PM, Terry Brown <[EMAIL PROTECTED]> wrote:
>> Is there anyway to configure the rst3 plugin or docutils to not
>> include the class definition in HTML header and sub-header tags?
>
> You could filter it through something like:
>
> python -c "import
> re,sys;sys.stdout.write(re.sub('class=\"\\w*\">','>',sys.stdin.read()))"
I would do the munging on the resulting html files. This could be
done in a Leo script.
Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---