Closed bob2517 closed 3 years ago
Made this a bit faster offline for pages that don't render tables dynamically by conditionally running the handling. It's was a thing to do with rendering trs, tds, tbodys and ths as top-level rendering items inside pre-existing table tags and there's a bit of jiggery-pokery involved in converting to standalone temporary tags which would otherwise strip the tags out as the main table tag wouldn't be there at the time of temporary render thanks to smart html conversion by a native conversion. Hmmm... just thought of another method that may be a bit quicker than what's there currently. I'll make a note for a further optimization and come back to it later.
Closing for milestone tracking.
Noticed this on the live docs site - the create-command page lost it's table structure when rendering.
This is fixed on the 2.5.1 branch if anyone needs it.