I want to make our term pages richer with explanations and links to other terms and pages on our site, or external links. When I use markdown links with this terminology plugin enabled, I get the error:
"Could not parse import/exports with acorn"
I get the following error.
Error: MDX compilation failed for file "/Users/erik/Dev/cloudposse/tools/atmos/website/docs/reference/glossary/stage.md"
Cause: Could not parse import/exports with acorn
Details:
{
"cause": {
"pos": 196,
"loc": {
"line": 10,
"column": 8
},
"raisedAt": 66
},
"column": 9,
"message": "Could not parse import/exports with acorn",
"line": 10,
"name": "10:9",
"place": {
"line": 10,
"column": 9,
"offset": 196
},
"reason": "Could not parse import/exports with acorn",
"ruleId": "acorn",
"source": "micromark-extension-mdxjs-esm",
"url": "https://github.com/micromark/micromark-extension-mdxjs-esm#could-not-parse-importexports-with-acorn"
}
I want to make our term pages richer with explanations and links to other terms and pages on our site, or external links. When I use markdown links with this
terminologyplugin enabled, I get the error:Workarounds
<a/>tags<Link/>tagsExpectation
[...](...)links. in the content section.What I've tried
I've tried both
.mdand.mdxterm pages, with the same outcome.Error
I get the following error.
Relates to