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 don't think the double brackets are looking up files in the wiki when using files in the folder. The starter has a link to [[Hi]] which I (assumed) would look up that example-dir/hi.mdx exists and refer to that in the anchor. Switching the link to [[example-dir/hi]] makes the right <a> href but doesn't do the inline lookup
asdasd.mov
Repro:
npx gatsby new notes https://github.com/mathieudutour/gatsby-starter-digital-garden
cd notes
yarn start
The text was updated successfully, but these errors were encountered:
I don't think the double brackets are looking up files in the wiki when using files in the folder. The starter has a link to
[[Hi]]
which I (assumed) would look up thatexample-dir/hi.mdx
exists and refer to that in the anchor. Switching the link to[[example-dir/hi]]
makes the right<a>
href but doesn't do the inline lookupasdasd.mov
Repro:
The text was updated successfully, but these errors were encountered: