more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-07 20:57:06 +03:00
parent a509694d6c
commit b13677d830

View File

@ -112,16 +112,16 @@ var setup = function(){
- not yet sure how are we going to allign columns (CSS preffered) - not yet sure how are we going to allign columns (CSS preffered)
- block-children -- similar to how lists are done now - block-children -- similar to how lists are done now
- a demo - a demo
- table: - table-marker
- | A | B | B | - | A | B | B |
- | 1 | 2 | 3 | - | 1 | 2 | 3 |
- | X | y | Z | - | X | Y | Z |
- -
- the header may be used as:: - the header may be used as::
- header row - header row
- caption text - caption text
- both? - both?
- see CSS grids + 'display: contents' (might help hide non-grid elemnts... - see CSS grids + `display: contents` (might help hide non-grid elemnts...
- -
- might be fun to make the general syntax (with "=" removed) to be compatible with markdown... - might be fun to make the general syntax (with "=" removed) to be compatible with markdown...
- might also be fun to auto-generat (template) new blocks within a table... - might also be fun to auto-generat (template) new blocks within a table...