File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ import MDXComponents from "@theme-original/MDXComponents";
44
55/*
66This JS file is automatically imported on every page
7- Paste your custom component here, and you can use it everywhere!
7+ Paste your custom component here, and you can use it everywhere.
8+
9+ cf. https://docusaurus.io/docs/markdown-features/react#mdx-component-scope
810*/
911
1012// Write down Libraries here
@@ -17,7 +19,7 @@ import CodeBlock from "@theme/CodeBlock";
1719
1820/*-------------------------------------------
1921| EDIT HERE |
20- | import your custom components down here! |
22+ | import your custom components down here |
2123-------------------------------------------*/
2224import Answer from "@site/src/components/Answer" ;
2325import Term from "@site/src/components/Term" ;
You can’t perform that action at this time.
0 commit comments