wrong syntax highlighting in markdown

Value: [1e-8 to 1e-6]
This commit is contained in:
Quinn Dougherty 2022-04-28 19:08:04 -04:00
parent 1d5a0a30d4
commit 8bc8fd9228

View File

@ -15,7 +15,7 @@ yarn add @quri/squiggle-components
Add to `App.js`:
```sh
```jsx
import {SquiggleEditor} from '@quri/squiggle-components';
<SquiggleEditor initialSquiggleString="x = beta(3, 10); x + 20" />
```