diff --git a/docs/_includes/layouts/pages/tokens.11ty.ts b/docs/_includes/layouts/pages/tokens.11ty.ts index ab5291210d..7f511bcdf7 100644 --- a/docs/_includes/layouts/pages/tokens.11ty.ts +++ b/docs/_includes/layouts/pages/tokens.11ty.ts @@ -365,7 +365,7 @@ export default class TokensPage extends Renderer { `; - const description = options.tokens._?.$description ?? options.tokens.$description ?? ''; + const description = `${options.tokens.$description ?? ''}\n\n${options.tokens._?.$description ?? ''}`.trim(); return html` ${permalink}
${await this.renderTemplate(description, 'md')}