Skip to content

Commit

Permalink
Merge branch 'lex111/code-block-line-numbers' of github.com:facebook/…
Browse files Browse the repository at this point in the history
…docusaurus into lex111/code-block-line-numbers
  • Loading branch information
lex111 committed Apr 8, 2022
2 parents 868f436 + 1d153a4 commit 5951f28
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions website/_dogfooding/_pages tests/code-block-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,3 @@ function PageLayout(props) {
);
}
```

```jsx {1,4-6,11} showLineNumbers
import React from 'react';
function MyComponent(props) {
if (props.isBar) {
return <div>Bar</div>;
}
return <div>Foo</div>;
}
export default MyComponent;
```

0 comments on commit 5951f28

Please sign in to comment.