For example, in the following two screenshots, the header state is disallowed because the tokenizer interprets the indentation as a continuation of a block:


Should a list-block
be escaped when there is only whitespace?
|
"listblock" : [ { // Lists only escape on completely blank lines. |
|
token : "empty_line", |
|
regex : "^$", |
|
next : "start" |
|
}, { // list |