vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Use <th> for table header cells. #53

Closed spladug closed 12 years ago

spladug commented 12 years ago

Table cells in the <thead> section should be <th>. This patch will do that, but does necessitate changes in downstream renderers.

vmg commented 12 years ago

Lovely, thanks. I merged this manually with some cleanups.

spladug commented 12 years ago

Ah, that's much cleaner. Thanks for merging all these up! :)