| At line 106 added one line |
| definition : term explanation |
| At line 114 changed one line |
| alinea : title | sub_title | paragraph | bullet_list_item | number_list_item | table_row | imported_block | computed_block |
| alinea : title | sub_title | paragraph | bullet_list_item | number_list_item | definition | table_row | imported_block | computed_block |
| At line 117 changed one line |
| ** note the major difference between //semantic// & //markup// page structures** (lol) |
| //note the major difference between //semantic// & //markup// page structures (lol)// |
| At line 121 removed one line |
| heading : title sub_title? |
| At line 124 added 2 lines |
| term : ; text NL |
| explanation : : text NL |
| At line 132 added 2 lines |
| //Any alinea may be split into sub_alineas using character newline, i.e. a break. As it's just a visual or semantic feature, there needs no tag for it.// |
|
| At line 145 changed 5 lines |
| distinct : / |
| important : * |
| litteral : ? |
| monospace : ? |
| code : ? |
| distinct : // (very intuitive) |
| important : ** (conflict with bullet list) |
| litteral : "" (rather good if not used for quoting) or {{{}}} (very bad) |
| monospace : ## ? (not intuitive at all / conflict with anchors) |
| code : ??? |
| At line 153 changed 3 lines |
| raw character (escape) : '\' \\ |
| glue & scissor (see below) : '__' \\ |
| //This mark is used to make a visual line out of two source lines, or the contrary -- may be useful ? Don't confuse with the alinea / visual line distinction discussed above. This tag marks a difference between source and displayed text. |
| raw character tag (escape) : '\' or '~' \\ |
| //Maybe not necessary if the litteral tag is fast and easy to type. And if there is no need for a special character to split an alinea in several lines. // |
| At line 160 added 2 lines |
| glue & scissor : '__' or '\\' \\ |
| //This mark is used to make a visual line out of two source lines, or the contrary -- may be useful ? Don't confuse with the alinea / visual line distinction . This mark sets a difference between source and displayed text. Very bad indeed ! Rare, cryptic & confusing.// |
| At line 164 added one line |
|
| At line 179 changed 2 lines |
| * nowiki and monospace should be totally distinct ! |
| * syntax for native (x)html, including (java)scripts (I propose most simply to double <> tags to <<>>) |
| * --nowiki and monospace should be totally distinct !-- //they are (or will be ?) ! (thanx to [[YvesPiguet]] for the precision) |
| * syntax for native (x)html, including (java)scripts (I propose most simply to double <> tags to <<>> -- rather evident & consistent choice) |
| At line 182 changed 2 lines |
|
|
| ---- |
| //life is strange |