You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the plugin follwing the documentation. However I cannot get it to work.
In the Markdown files I use the standard syntax for a link: [text](link). As the documentation I set runInDev option to true, to try it on my local env.
Then, when I build the website all the links in the markdown page remain <a href="link"> text </a>.
Am I missing something?
Thank you,
Luca
The text was updated successfully, but these errors were encountered:
@liuuuk311 thanks so much for reaching out, and I'm sorry this isn't "just working" for you. Are you able to provide an example repository, or a simple reproduction? It would also be helpful to see how your gatsby-config file is structured, to ensure that another plugin is not stepping over this one. Thanks!
Hi,
I tried the plugin follwing the documentation. However I cannot get it to work.
In the Markdown files I use the standard syntax for a link:
[text](link)
. As the documentation I setrunInDev
option to true, to try it on my local env.Then, when I build the website all the links in the markdown page remain
<a href="link"> text </a>
.Am I missing something?
Thank you,
Luca
The text was updated successfully, but these errors were encountered: