diff options
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/package.json | 3 | ||||
-rw-r--r-- | examples/with-markdown/src/pages/index.astro | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 934f91436..2b83fe6e3 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,8 +10,5 @@ }, "devDependencies": { "astro": "^0.20.12" - }, - "snowpack": { - "workspaceRoot": "../.." } } diff --git a/examples/with-markdown/src/pages/index.astro b/examples/with-markdown/src/pages/index.astro index de6f32303..7249f07cd 100644 --- a/examples/with-markdown/src/pages/index.astro +++ b/examples/with-markdown/src/pages/index.astro @@ -44,9 +44,11 @@ const items = ['A', 'B', 'C']; ## Oh yeah... <ReactCounter client:visible> + 🤯 It's also _recursive_! ### Markdown can be embedded in any child component + </ReactCounter> ## Code |