parseContent: d(function (maxLength) {
    if (this._parsedContent)
      return this._parsedContent;

    if (typeof maxLength !== 'number')