Searched refs:renderToken (Results 1 – 1 of 1) sorted by relevance
191 output += this.renderToken(token, { indent: 0 });198 renderToken(token: Token, ctx: RenderingContext): string { method in MarkdownRenderer253 output += this.renderToken(token.tokens[0], ctx).trim() + EOL;257 output += this.renderToken(child, { ...ctx, indent: indent + 1 }).trimRight() + EOL;292 .map((child) => '> ' + this.renderToken(child, { ...ctx, indent: 0 }).trimRight())