@ -88,6 +88,13 @@ function Token(type, tag, nesting) {
**/
this.info = '';
/**
* Token#meta -> Object
*
* A place for plugins to store an arbitrary data
*/
this.meta = null;
* Token#block -> Boolean