summaryrefslogtreecommitdiff
path: root/examples/with-mdx/src
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2022-07-01 20:53:13 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-01 20:53:13 +0000
commit3cc6fb81da368c82b9d0d18b2ba9de2135fe266b (patch)
tree9aebfb30d09e274a685522cc026523ad8afc5c3c /examples/with-mdx/src
parent5fe52737cbb3676af69bb446afa7f3b53b78dc34 (diff)
downloadastro-3cc6fb81da368c82b9d0d18b2ba9de2135fe266b.tar.gz
astro-3cc6fb81da368c82b9d0d18b2ba9de2135fe266b.tar.zst
astro-3cc6fb81da368c82b9d0d18b2ba9de2135fe266b.zip
[ci] format
Diffstat (limited to 'examples/with-mdx/src')
-rw-r--r--examples/with-mdx/src/pages/index.mdx4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/with-mdx/src/pages/index.mdx b/examples/with-mdx/src/pages/index.mdx
index cedcac1dd..36cde1e95 100644
--- a/examples/with-mdx/src/pages/index.mdx
+++ b/examples/with-mdx/src/pages/index.mdx
@@ -14,6 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}.
Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}.
-<Counter client:idle>
- ## This is a counter!
-</Counter>
+<Counter client:idle>## This is a counter!</Counter>