diff options
author | Jon Dowland <jmtd@debian.org> | 2012-11-16 21:08:30 +0000 |
---|---|---|
committer | Jon Dowland <jmtd@debian.org> | 2012-11-16 21:08:30 +0000 |
commit | dabeec0b77a5ca81f1cc81857efeca94c1f229c6 (patch) | |
tree | 1ce5224b0357db7f1ccf6c25879a1e604ce371b4 | |
parent | 4933ce4d1860a4ce9c6ada24e7b1d708dd6539f0 (diff) | |
download | ikiwiki-dabeec0b77a5ca81f1cc81857efeca94c1f229c6.tar ikiwiki-dabeec0b77a5ca81f1cc81857efeca94c1f229c6.tar.gz |
please consider adding some pre-defined table style classes
-rw-r--r-- | doc/todo/please_add_some_table_styles.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/please_add_some_table_styles.mdwn b/doc/todo/please_add_some_table_styles.mdwn new file mode 100644 index 000000000..8a6f1efba --- /dev/null +++ b/doc/todo/please_add_some_table_styles.mdwn @@ -0,0 +1,8 @@ +[[!template id=gitbranch branch=jmtd/tablestyle author="[[Jon]]" + +]]The [[plugins/table]] plugin's "`class`" argument is a pretty useful +shortcut, and it would be nice to provide at least one example class +designed for use with tables pre-defined in ikiwiki. I've written a +quick, minimal one that makes the table full-width (and some very +minimal, useful table styling) called `fullwidth_table` — please +consider merging it. Thanks! — [[Jon]][[!tag wishlist]] |