diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index fa6d078..1d7c3f3 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -112,16 +112,16 @@ var setup = function(){
- not yet sure how are we going to allign columns (CSS preffered)
- block-children -- similar to how lists are done now
- a demo
- - table:
+ - table-marker
- | A | B | B |
- | 1 | 2 | 3 |
- - | X | y | Z |
+ - | X | Y | Z |
-
- the header may be used as::
- header row
- caption text
- 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 also be fun to auto-generat (template) new blocks within a table...