summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts
diff options
context:
space:
mode:
authorGravatar Ben Holmes <hey@bholmes.dev> 2023-07-07 16:50:06 -0400
committerGravatar GitHub <noreply@github.com> 2023-07-07 16:50:06 -0400
commit8df6a423c5088a68cc409b5415b09aff0c10a0f1 (patch)
tree2e2e2a8d5ab59538eb9432f237e6e2bcdc6864ed /packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts
parent6fd9f4a1601424f054985611a716123c272429c3 (diff)
downloadastro-8df6a423c5088a68cc409b5415b09aff0c10a0f1.tar.gz
astro-8df6a423c5088a68cc409b5415b09aff0c10a0f1.tar.zst
astro-8df6a423c5088a68cc409b5415b09aff0c10a0f1.zip
Fix: Hyphens breaking Markdoc tags (#7599)
* fix: handle hyphens in tag names * test: add hyphen in test suite * chore: changeset
Diffstat (limited to 'packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts')
-rw-r--r--packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts b/packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts
index b7845d182..ffb264ed8 100644
--- a/packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts
+++ b/packages/integrations/markdoc/test/fixtures/render-with-components/markdoc.config.ts
@@ -11,7 +11,7 @@ export default defineMarkdocConfig({
},
},
tags: {
- mq: {
+ 'marquee-element': {
render: component('./src/components/CustomMarquee.astro'),
attributes: {
direction: {