From 44b27e791e5c6a8c88ee7ffeacf45f80817f2a0d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 23 Aug 2023 09:29:24 -0400 Subject: [PATCH] fix plop template --- scripts/plop/templates/component/docs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plop/templates/component/docs.hbs b/scripts/plop/templates/component/docs.hbs index 1970af10b..53505f5a8 100644 --- a/scripts/plop/templates/component/docs.hbs +++ b/scripts/plop/templates/component/docs.hbs @@ -5,7 +5,7 @@ meta: layout: component --- -```html preview +```html:preview <{{ tag }}> ```