File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ MDX using imported components!
263263Because MDX files *are* components, they can also import each other:
264264
265265` ` ` mdx path= " example.mdx"
266- import License from ' ./license.md' // Assumes an integration is used to compile MDX -> JS.
266+ import License from ' ./license.md' // Assumes an integration is used to compile markdown -> JS.
267267import Contributing from ' ./docs/contributing.mdx'
268268
269269# Hello world
@@ -468,7 +468,7 @@ cumbersome.
468468Like so:
469469
470470` ` ` mdx path= " post.mdx"
471- import License from ' ./license.md' // Assumes an integration is used to compile MDX -> JS.
471+ import License from ' ./license.md' // Assumes an integration is used to compile markdown -> JS.
472472import Contributing from ' ./docs/contributing.mdx'
473473
474474# Hello world
@@ -517,7 +517,7 @@ Set it up like so:
517517Now you can remove the explicit and verbose component passing:
518518
519519` ` ` diff
520- import License from ' ./license.md' // Assumes an integration is used to compile MDX -> JS.
520+ import License from ' ./license.md' // Assumes an integration is used to compile markdown -> JS.
521521 import Contributing from ' ./docs/contributing.mdx'
522522
523523 # Hello world
You can’t perform that action at this time.
0 commit comments