-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Mardoc Tags print out strange characters #7286
Copy link
Copy link
Closed
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: markdocRelated to the `@astrojs/markdoc` package (scope)Related to the `@astrojs/markdoc` package (scope)
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: markdocRelated to the `@astrojs/markdoc` package (scope)Related to the `@astrojs/markdoc` package (scope)
What version of
astroare you using?2.5.6
Are you using an SSR adapter? If so, which one?
none
What package manager are you using?
pnpm
What operating system are you using?
Linux
What browser are you using?
Chrome
Describe the Bug
When I use Markdoc tags in Astro I get a
[object AsyncGenerator]when I use a tag.To see what I mean all you have to do is follow these steps.
The page is called
first-pageLink to Minimal Reproducible Example
https://github.com/louiss0/astro-dummy-markdoc
Participation