Skip to content

Commit

Permalink
Update website/src/pages/examples/markdownPageExample.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Aug 5, 2020
1 parent 0208e61 commit b35cee7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/src/pages/examples/markdownPageExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ import Chapter2 from './_chapter2.mdx';
<Chapter2 />
```

import OtherComp from './\_chapter2.mdx'; <Comp />
import Chapter1 from './\_chapter2.mdx';

<Comp/>
<Chapter1/>

<OtherComp/>
import Chapter1 from './\_chapter2.mdx';

<Chapter2/>

0 comments on commit b35cee7

Please sign in to comment.