Keith Burton
Keith Burton
I've implemented table attribute support for the full table and header and data rows: ``` Testing | Basic | Table {.table-class} --------|-------|------ {.th-row-class} a | b | c {.td-row-class} d...
I've implemented basic table attribute support, primarily so I could add the .table class (and others such as .table-striped) for Bootstrap 3 themed tables. This is used as follows: ```...
I can see what you're saying, but I think that having attributes on separate lines before and after the table obscures the structure. I suppose that's going to be an...
I'm sure a syntax for that could be added, but paragraph classes are pretty easy to define already: ``` {.some-class .proposed-syntax} A paragraph of text. ``` vs ``` A paragraph...
The single line list items with the attributes on the right works for me. I think that trying to add attribute support generically to all elements will risk making documents...
I don't know. The approach I've taken is to create a template system, where the user chooses the layout that they want and then is prompted to complete the appropriate...