----- Original Message ---- > From: Dave Fisher <dave2w...@comcast.net> > To: ooo-dev@incubator.apache.org > Cc: ooo-comm...@incubator.apache.org > Sent: Tue, July 5, 2011 4:57:36 PM > Subject: Re: svn commit: r1142819 - >/incubator/ooo/site/trunk/content/openofficeorg/people.mdtext > > Hi Joe, > > Thanks for all the CMS tips. > > I see from this commit that # {#foo} is inserted into the table header html > as ><th id="foo">. > > Would # {.bar} add class="bar"?
Not as it's currently implemented, no. What you want to look at is the source for mdx_elementid.py as it's a custom extension of our markdown impl. If you hack it to do what you want, and your code doesn't suck, I'll apply the patch. The source is here https://svn.apache.org/repos/infra/websites/cms/build/mdx_elementid.py .