About Download Docs Changes

Ability to add a table header

I'd love the ability to be able to indicate whether the first row in a table is a header or not. Specifically, I'd like to be able to use http://tablesorter.com/ to have automagically-sortable tables which means I need some way to get a row blessed with a <thead> and the remainder wrapped inside a <tbody>.

I could imagine that adding an '=' inside the first cell of the first row would be sufficient (for all that Creole seems to want the equals in all columns).


You can now insert table headers exactly how the WikiCreole spec says. In addition, if a table row starts with |= and also ends with =|, it's enclosed in a <thead> tag. Note that a cell ending with =| doesn't have to be a header, so it's kind of a dirty hack, but it should get you going. Changes are in the Development version. – Radomir Dopieralski


Fixed Bugs