diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index db56a95..addf640 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -84,7 +84,8 @@ var setup = function(){ - /\n\s*\|\s+/ -> <tr><td> - /\s+\|\s*\n/ -> </td></tr> - /\s+\|\s+/ -> </td><td> - - ASAP: fix quotes... + - ASAP: fix quotes + - Example: /\n\s*\|\s+/ -> <tr><td> - empty item height is a bit off... - ~handle links gracefully -- open/edit _just click in the empty space_~