diff --git a/packages/shaku-code-annotate-shiki-transformer/README.md b/packages/shaku-code-annotate-shiki-transformer/README.md index 6ea741d..10e8569 100644 --- a/packages/shaku-code-annotate-shiki-transformer/README.md +++ b/packages/shaku-code-annotate-shiki-transformer/README.md @@ -6,7 +6,10 @@ You can use this transformer anywhere shiki is supported with simple integration ## Live demos -1. Astro + Shaku demo : [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/github-yunziv-kcb1ow?file=astro.config.mjs) +| | | | +| --- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| 1 | Astro + Shaku | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/github-yunziv-kcb1ow?file=astro.config.mjs) | +| 2 | Next + Shaku | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/github-hrpoqm-sbmxb9?file=next.config.mjs) | ## Usage diff --git a/packages/shaku-code-annotate-shiki/README.md b/packages/shaku-code-annotate-shiki/README.md index cb6a0e3..457f10a 100644 --- a/packages/shaku-code-annotate-shiki/README.md +++ b/packages/shaku-code-annotate-shiki/README.md @@ -9,7 +9,7 @@ makes it easier to explain the code. It uses [shiki](https://github.com/shikijs/ Take a look at the live demo from -1. [Shaku playground](https://shaku-web.vercel.app) +1. [Shaku playground](https://shaku-web.vercel.app). 2. [demo with Astro](https://stackblitz.com/edit/github-yunziv?file=src%2Fcontent%2Fblog%2Fshaku.mdx). 3. [demo with Next.js](https://stackblitz.com/edit/github-hrpoqm-zfq1kt?file=pages%2Findex.mdx).