Adds support to white list particular tokens, so rather than banning the use of the block expansion operator entirely, it can be permitted in simple cases
e.g. [ 'tag' ] would allow table: tr: td Text but disallow table(attr='attr): tr: td Text because tag tokens are white listed, but attribute related tokens are not.
Will perhaps add an additional config variable so to check the limit of tokens
Adds support to white list particular tokens, so rather than banning the use of the block expansion operator entirely, it can be permitted in simple cases
e.g.
[ 'tag' ]
would allowtable: tr: td Text
but disallowtable(attr='attr): tr: td Text
becausetag
tokens are white listed, but attribute related tokens are not.Will perhaps add an additional config variable so to check the limit of tokens