Skip to content

Instantly share code, notes, and snippets.

@davidh-raybeam
Created May 28, 2013 18:10
Show Gist options
  • Save davidh-raybeam/5664810 to your computer and use it in GitHub Desktop.
Save davidh-raybeam/5664810 to your computer and use it in GitHub Desktop.
The problem with tabular data and markup languages

Part of the problem is that markup languages are inherently 1-dimensional (and the ones that aren't suck to actually write in), whereas tablular data is often 2+-dimensional. This problem is compounded if you want to represent anything that isn't strictly a plain m by n table (e.g., something with additional formatting or cells with non-1 column or row spans).

Frankly, I think the best way to make tables is to have a GUI that generates some machine-readable markup for the table (or even just an image of it). I'd like for there to be something like Grid that does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment