-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add markdown links, "Could not parse import/exports with acorn" #28
Comments
Hello @osterman, We tried to reproduce this issue but encountered no problems while using Markdown links, In issue #9, it was mentioned that the metadata header is necessary for the plugin to display the info in the tooltip. You can utilize an empty metadata header if you prefer not to include anything in the header. If the issue persists, it would be helpful if you could provide more information such as the project's package.json, the operating system, the Node.js version, any custom configurations you might have, and the Markdown file causing the issue. |
@VasiaKoum I appreciate the response! I hope to get back to this in a week or two. Phenomenal reproduce example using |
We're encountering the same issue with our repo, one thing to mention is that we're getting a lot of warning from npm when we install this package.
To replicate this:
|
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:Workarounds
<a/>
tags<Link/>
tagsExpectation
[...](...)
links. in the content section.What I've tried
I've tried both
.md
and.mdx
term pages, with the same outcome.Error
I get the following error.
Relates to
The text was updated successfully, but these errors were encountered: